From: Michael Orlitzky Date: Mon, 16 Jan 2017 15:58:48 +0000 (-0500) Subject: Add mjo.bst to the example makefile. X-Git-Tag: phd-dissertation-submitted~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=1b40cbe35048b6a665c71444acd867c42b7255f9 Add mjo.bst to the example makefile. --- diff --git a/GNUmakefile b/GNUmakefile index 28796c1..fd37d92 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,7 @@ PN = examples 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-listing.tex MJOTEX += mjo-misc.tex mjo-proof_by_cases.tex mjo-theorem.tex -MJOTEX += mjo-theorem-star.tex mjo-topology.tex +MJOTEX += mjo-theorem-star.tex mjo-topology.tex mjo.bst # Use kpsewhich (from the kpathsea suite) to find the absolute paths # of the bibtex/mjotex files listed in in $(BIBS)/$(MJOTEX). The SRCS