summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-06 17:17:55 +0000
committerKarl Berry <karl@freefriends.org>2011-06-06 17:17:55 +0000
commit1116c441adede647c4931c6553046c8d9eb53e0c (patch)
treeeecba89f578294208292dcfcc70db6b8fb3432e8 /Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile
parent68598d9c664b3d4c11acabdd625b410e3f3d696a (diff)
new graphics package tkz-euclide (5jun11)
git-svn-id: svn://tug.org/texlive/trunk@22830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile b/Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile
new file mode 100644
index 00000000000..e6d2c024918
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/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