From 1b40cbe35048b6a665c71444acd867c42b7255f9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 16 Jan 2017 10:58:48 -0500 Subject: [PATCH] Add mjo.bst to the example makefile. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2