summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/tpic2pdftex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/tpic2pdftex/Makefile')
-rw-r--r--Master/texmf/doc/tpic2pdftex/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/Master/texmf/doc/tpic2pdftex/Makefile b/Master/texmf/doc/tpic2pdftex/Makefile
deleted file mode 100644
index 99cd48d04e5..00000000000
--- a/Master/texmf/doc/tpic2pdftex/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-#$Id: Makefile,v 1.21 2007/01/14 13:35:17 hahe Exp hahe $
-
-.PRECIOUS: %.tpic %.tex
-
-all: example.pdf beamerexample.pdf
-
-example.pdf: example.tex
- pdftex $<
-
-beamerexample.pdf: beamerexample.tex
- pdflatex $<
-
-%.tpic: %.pic Makefile
- pic -z -t $< > $@
-
-%.tex: %.tpic
- tpic2pdftex $< > $@
-
-clean:
- - rm *.tex
- - rm *.log
- - rm *.toc
- - rm *.out
- - rm *.snm
- - rm *.nav
- - rm *.aux
- - rm *.tpic
-
-allclean:
- make clean
- - rm *.pdf