summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/graphics/tex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc/graphics/tex/Makefile')
-rw-r--r--Master/tlpkg/doc/graphics/tex/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/doc/graphics/tex/Makefile b/Master/tlpkg/doc/graphics/tex/Makefile
deleted file mode 100644
index b58594e7805..00000000000
--- a/Master/tlpkg/doc/graphics/tex/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-SHELL=/bin/bash
-
-texlive-installer-graphics.png: texlive-installer-graphics.pdf
- pdftopng -r 40 texlive-installer-graphics.pdf - | convert - -rotate 270 texlive-installer-graphics.png
-
-texlive-installer-graphics.pdf: texlive-installer-graphics.tex lion-small.png
- pdflatex texlive-installer-graphics.tex
-
-clean:
- -rm -f texlive-installer-graphics.{pdf,aux,log,png}
-