]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - GNUmakefile
mjo-algebra.tex: fix glossary sorting of \variety
[mjotex.git] / GNUmakefile
index 1ce4ddc4b203e8500617dd725c587bdcb2be36c7..3669ac21f657341c85f88ff72335d90425fecaaa 100644 (file)
@@ -31,8 +31,8 @@ BIBS = local-references.bib
 #
 MJOTEX  = mjo-algebra.tex mjo-algorithm.tex mjo-arrow.tex mjo-calculus.tex
 MJOTEX += mjo-common.tex mjo-complex.tex mjo-cone.tex mjo-convex.tex
-MJOTEX += mjo-eja.tex mjo-font.tex mjo-linear_algebra.tex mjo-listing.tex
-MJOTEX += mjo-proof_by_cases.tex mjo-set.tex mjo-theorem.tex
+MJOTEX += mjo-eja.tex mjo-font.tex mjo-hurwitz.tex mjo-linear_algebra.tex
+MJOTEX += mjo-listing.tex mjo-proof_by_cases.tex mjo-set.tex mjo-theorem.tex
 MJOTEX += mjo-theorem-star.tex mjo-topology.tex mjo.bst
 
 # Compile a list of raw source code listings (*.listing) and their
@@ -154,7 +154,7 @@ $(PN).bbl: $(SRCS) | $(PN).aux
 ifdef BIBS
        bibtex $(PN).aux
 else
-       echo -n '' > $@
+       printf '' > $@
 endif
 
 # If the output PDF exists but the log file does not, then an attempt
@@ -197,7 +197,7 @@ check-undefined: $(PN).log
 .PHONY: check-sage
 check-sage: $(SAGE_LISTING_DSTS)
 ifdef SAGE_LISTING_DSTS
-       sage -t --timeout=0 --memlimit=0 $^
+       sage -t --timeout=0 $^
 endif
 
 # Run a suite of checks.