summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/macros2e/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-10 00:36:39 +0000
committerKarl Berry <karl@freefriends.org>2017-12-10 00:36:39 +0000
commit6c56b5f5fd8c901300518179a31ee34fcccd9e35 (patch)
tree23d00453fc6699b1b45752aec0d1ced5959fc5d4 /Master/texmf-dist/doc/latex/macros2e/Makefile
parent9a03dd60f3227afcfd242b9633edbc0d83ffd02e (diff)
macros2e (9dec17)
git-svn-id: svn://tug.org/texlive/trunk@46026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/macros2e/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/macros2e/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/macros2e/Makefile b/Master/texmf-dist/doc/latex/macros2e/Makefile
new file mode 100644
index 00000000000..afcebf430e3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/macros2e/Makefile
@@ -0,0 +1,15 @@
+.PHONY: doc clean
+
+all: doc
+
+doc: macros2e.pdf
+
+macros2e.pdf: macros2e.tex
+ pdflatex macros2e
+ pdflatex macros2e
+ pdflatex macros2e
+
+clean:
+ ${RM} macros2e.pdf macros2e.aux macros2e.log macros2e.toc macros2e.out
+
+