summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/graphics/GNUmakefile
blob: b294c2ff9260d47b08dd1d449e1a8b2680b1be97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}