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