summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/Makefile b/Master/texmf-dist/doc/latex/tkz-base/examples/Makefile
new file mode 100644
index 00000000000..e6d2c024918
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/Makefile
@@ -0,0 +1,7 @@
+all: doc
+
+doc:
+ for datei in $$(ls *tex | cut -d \. -f 1) ; do make $$datei.pdf ; done
+
+%.pdf: %.tex
+ pdflatex --shell-escape $*.tex \ No newline at end of file