summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/Makefile')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/Makefile b/macros/latex/contrib/tkz/tkz-fct/examples/Makefile
deleted file mode 100644
index e6d2c02491..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-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