summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/graphics/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc/graphics/GNUmakefile')
-rw-r--r--Master/tlpkg/doc/graphics/GNUmakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/graphics/GNUmakefile b/Master/tlpkg/doc/graphics/GNUmakefile
new file mode 100644
index 00000000000..b294c2ff926
--- /dev/null
+++ b/Master/tlpkg/doc/graphics/GNUmakefile
@@ -0,0 +1,15 @@
+# $Id$
+# Public domain. Originally written by Norbert Preining, 2018.
+
+texlive-installer-graphics-vert.png: texlive-installer-graphics-horiz.png
+ convert $< -rotate 270 $@
+
+texlive-installer-graphics-horiz.png: texlive-installer-graphics.pdf
+ pdftopng -r 40 $< - >$@
+
+texlive-installer-graphics.pdf: texlive-installer-graphics.tex lion-small.png
+ texfot pdflatex '\nonstopmode\input $<'
+
+clean:
+ -rm -f texlive-installer-graphics.{pdf,aux,log,png}
+