# $Id: GNUmakefile 62186 2022-02-26 17:51:21Z karl $
# Public domain. Originally written by Norbert Preining, 2018.

all: texlive-installer-graphics-vert.png

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 tl-lion-black.pdf
	texfot pdflatex '\nonstopmode\input $<'

# no longer used
#texlive.png: texlive-installer-graphics-vert.png
#	convert $< -scale 97x480 $@

clean:
	-rm -f texlive-installer-graphics.{pdf,aux,log,png}

