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, 12 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/graphics/tex/Makefile b/Master/tlpkg/doc/graphics/tex/Makefile
new file mode 100644
index 00000000000..b58594e7805
--- /dev/null
+++ b/Master/tlpkg/doc/graphics/tex/Makefile
@@ -0,0 +1,12 @@
+
+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}
+