summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/make/Makefile.latex.vars
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/make/Makefile.latex.vars')
-rw-r--r--Master/texmf-dist/source/latex/stex/make/Makefile.latex.vars16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/stex/make/Makefile.latex.vars b/Master/texmf-dist/source/latex/stex/make/Makefile.latex.vars
new file mode 100644
index 00000000000..f894cf7262b
--- /dev/null
+++ b/Master/texmf-dist/source/latex/stex/make/Makefile.latex.vars
@@ -0,0 +1,16 @@
+TARGET.pdf = $(TARGET:%.tex=%.pdf)
+MODS.pdf = $(MODS:%.tex=%.pdf)
+
+####################### Programs #######################
+# pdflatex: use non-interactive switches
+
+PDFLATEX = pdflatex -interaction batchmode -file-line-error
+#PDFLATEX = pdflatex
+
+########################### environment #############################
+TEXINPUTS := $(TEXINPUTS)$(STEXSTYDIR)//:
+
+########################### cleaning #############################
+
+CLEAN += *~ *.log *.blg *.idx *.ilg *.out
+DISTCLEAN += *.dvi *.aux *.toc *.bbl *.ind $(TARGET.pdf)