X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=makefile;h=1486a26fbff7d5d1b46f01dcf19f8f744c0987c1;hp=521281ab0a791a4348be6d8d0593a5b473384a3b;hb=6442db810af2ba37e6ff4f3639543510a79aafa3;hpb=829e670e2ee973909b6fcf36031fcf669cbdb922 diff --git a/makefile b/makefile index 521281a..1486a26 100644 --- a/makefile +++ b/makefile @@ -15,9 +15,9 @@ BIBS = 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. MJOTEX = mjo-algorithm.tex mjo-arrow.tex mjo-common.tex mjo-cone.tex -MJOTEX += mjo-convex.tex mjo-font.tex mjo-linear_algebra.tex mjo-misc.tex -MJOTEX += mjo-proof_by_cases.tex mjo-theorem.tex mjo-theorem-star.tex -MJOTEX += mjo-topology.tex +MJOTEX += mjo-convex.tex mjo-font.tex mjo-linear_algebra.tex mjo-listing.tex +MJOTEX += mjo-misc.tex mjo-proof_by_cases.tex mjo-theorem.tex +MJOTEX += mjo-theorem-star.tex mjo-topology.tex # Use kpsewhich (from the kpathsea suite) to find the absolute paths # of the bibtex/mjotex files listed in in $(BIBS)/$(MJOTEX). The SRCS