summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile b/Master/texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile
new file mode 100644
index 00000000000..4cddc10f89d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile
@@ -0,0 +1,21 @@
+
+ALLFORMS1= ex0001.pdf ex0002.pdf ex0003.pdf ex0004.pdf ex0005.pdf ex0006.pdf
+ALLFORMS2= ex0007.pdf ex0008.pdf ex0009.pdf ex0010.pdf ex0011.pdf ex0101.pdf
+ALLFORMS3= ex0201.pdf ex0301.pdf ex0012.pdf ex0013.pdf
+ALLFORMS= $(ALLFORMS1) $(ALLFORMS2) $(ALLFORMS3)
+
+all: allforms
+
+allforms: $(ALLFORMS)
+
+.SUFFIXES:
+
+.SUFFIXES: .pdf .tex
+
+.tex.pdf:
+ pdflatex $*
+ pdflatex $*
+ pdflatex $*
+
+clean:
+ -rm -fr *.bbl *.blg *.out *.djs ex0*.pdf ex0*.aux ex0*.log