summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/graphics/GNUmakefile
blob: 506bef908a45fa1fc7915a33e964feaeb630faac (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 50 $< - >$@

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}