summaryrefslogtreecommitdiff
path: root/info/macros2e/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/macros2e/Makefile
Initial commit
Diffstat (limited to 'info/macros2e/Makefile')
-rw-r--r--info/macros2e/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/info/macros2e/Makefile b/info/macros2e/Makefile
new file mode 100644
index 0000000000..afcebf430e
--- /dev/null
+++ b/info/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
+
+