diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-fct/examples/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-fct/examples/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-fct/examples/Makefile b/Master/texmf-dist/doc/latex/tkz-fct/examples/Makefile new file mode 100644 index 00000000000..e6d2c024918 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-fct/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 |