diff options
author | Norbert Preining <preining@logic.at> | 2019-03-01 23:45:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2019-03-01 23:45:23 +0000 |
commit | 95acf062ddd7879d26d682709e426c69f7bfb249 (patch) | |
tree | ddb8fdd53107ca28f558d20dc8add6adb4e5a7bd /Master/tlpkg/doc/graphics | |
parent | d33b3d03c47c7bb0645651513f4a7050e86ae69f (diff) |
add rule to create texlive.png
git-svn-id: svn://tug.org/texlive/trunk@50191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc/graphics')
-rw-r--r-- | Master/tlpkg/doc/graphics/GNUmakefile | 3 |
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} |