From: Michael Orlitzky Date: Mon, 16 Sep 2019 00:35:19 +0000 (-0400) Subject: GNUmakefile: add some documentation for the INDICES variable. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=0aa1041f5e33c918b52c5cf169fdeb23f93c584b GNUmakefile: add some documentation for the INDICES variable. --- 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