X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=GNUmakefile;h=1f65dd9b892a388624b3a576076cc70f2c391afc;hb=0aa1041f5e33c918b52c5cf169fdeb23f93c584b;hp=a2e2ec2159831a93b9b1eb787df356162206e2f9;hpb=f114f14b8b351c58103bc0f55f69778175ab57b6;p=mjotex.git diff --git a/GNUmakefile b/GNUmakefile index a2e2ec2..1f65dd9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,7 @@ PN = examples # # Leave commented if you don't use a bibliography database. # -#BIBS = references.bib +BIBS = local-references.bib # A space-separated list of the mjotex files that you use. The path to # mjotex must be contain in your $TEXINPUTS environment variable. @@ -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