From 95acf062ddd7879d26d682709e426c69f7bfb249 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 1 Mar 2019 23:45:23 +0000 Subject: add rule to create texlive.png git-svn-id: svn://tug.org/texlive/trunk@50191 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/doc/graphics/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) 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} -- cgit v1.2.3