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