summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/doc/graphics/GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/graphics/GNUmakefile b/Master/tlpkg/doc/graphics/GNUmakefile
index dfb797e14ab..cea5f86f609 100644
--- a/Master/tlpkg/doc/graphics/GNUmakefile
+++ b/Master/tlpkg/doc/graphics/GNUmakefile
@@ -10,6 +10,9 @@ texlive-installer-graphics-horiz.png: texlive-installer-graphics.pdf
texlive-installer-graphics.pdf: texlive-installer-graphics.tex tl-lion-black.pdf
texfot pdflatex '\nonstopmode\input $<'
+texlive.png: texlive-installer-graphics-vert.png
+ convert $< -scale 97x480 $@
+
clean:
-rm -f texlive-installer-graphics.{pdf,aux,log,png}