X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=GNUmakefile;h=1f65dd9b892a388624b3a576076cc70f2c391afc;hp=49cca6a6cc4aff1a4acee75c6d8017e25ce61bb7;hb=0aa1041f5e33c918b52c5cf169fdeb23f93c584b;hpb=71b85fe2012cdf733f6e72137038d7d9960ddf08 diff --git a/GNUmakefile b/GNUmakefile index 49cca6a..1f65dd9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,6 +36,12 @@ MJOTEX += mjo-theorem-star.tex mjo-topology.tex mjo.bst SAGE_LISTING_SRCS = $(wildcard sage_listings/*.listing) SAGE_LISTING_DSTS = $(patsubst %.listing,%.py,$(SAGE_LISTING_SRCS)) +# A space-separated list of indices (just their names). Usually you'll +# have just one, and it will be named the same thing as your document, +# because that's what the makeidx package does. +# +# Leave commented if you don't use an index. +# INDICES = $(PN) # Use kpsewhich (from the kpathsea suite) to find the absolute paths