summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/method/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/method/Makefile')
-rw-r--r--macros/latex/contrib/method/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/method/Makefile b/macros/latex/contrib/method/Makefile
new file mode 100644
index 0000000000..3c4d215c15
--- /dev/null
+++ b/macros/latex/contrib/method/Makefile
@@ -0,0 +1,20 @@
+CODE := '\date{1999/03/25}\input{method.dtx}'
+LATEX := pdflatex -draftmode $(CODE)
+LATEX_FINISH := pdflatex $(CODE)
+
+method.pdf: method.dtx method.ind method.gls
+ $(LATEX)
+ $(LATEX)
+ $(LATEX_FINISH)
+
+method.ind: method.dtx method.idx
+ makeindex -s gind.ist -o method.ind method.idx
+
+method.gls: method.dtx method.glo
+ makeindex -s gglo.ist -o method.gls method.glo
+
+method.idx: method.dtx
+ $(LATEX)
+
+method.glo: method.dtx
+ $(LATEX)