]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
examples/article/GNUmakefile: reorder some variables
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 27 Feb 2026 01:37:07 +0000 (20:37 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 27 Feb 2026 01:37:07 +0000 (20:37 -0500)
examples/article/GNUmakefile

index 4dc382f07a15217535e1bf166773455acc44d5e4..0bbe84dd5762a38e8652cd0d07f2b6cc524b46c5 100644 (file)
 #  * MJOTEX - macro source files from mjotex
 #
 
-# The repository has to be added to the TeX path, if this is not done
-# in ~/.bashrc or some equivalent place.
-export TEXINPUTS := $(TEXINPUTS):../..
-export BSTINPUTS := $(BSTINPUTS):../..
-
 # The name of the document. Defaults to name of the parent directory
 # (which in this case is also "article"), but is usually required.
 PN = article
@@ -33,4 +28,10 @@ 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
 
+# The repository has to be added to the TeX path, if this is not done
+# in ~/.bashrc or some equivalent place. In particular this is needed
+# for the kpsewhich command that immediately follows.
+export TEXINPUTS := $(TEXINPUTS):../..
+export BSTINPUTS := $(BSTINPUTS):../..
+
 include $(shell kpsewhich GNUmakefile.mjo)