diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-06 17:39:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-06 17:39:48 +0000 |
commit | 6984c854c8c804b5554284accd834f535d0a6931 (patch) | |
tree | 5199bb4c9c78472a75e01810debc725f7447fe8f /Master/tlpkg/doc/graphics/GNUmakefile | |
parent | 83d6a0f14d609aaff873b253433a5dec00e3a11d (diff) |
tweak TeX logo for cmss, etc.
git-svn-id: svn://tug.org/texlive/trunk@47627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc/graphics/GNUmakefile')
-rw-r--r-- | Master/tlpkg/doc/graphics/GNUmakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/graphics/GNUmakefile b/Master/tlpkg/doc/graphics/GNUmakefile new file mode 100644 index 00000000000..b294c2ff926 --- /dev/null +++ b/Master/tlpkg/doc/graphics/GNUmakefile @@ -0,0 +1,15 @@ +# $Id$ +# Public domain. Originally written by Norbert Preining, 2018. + +texlive-installer-graphics-vert.png: texlive-installer-graphics-horiz.png + convert $< -rotate 270 $@ + +texlive-installer-graphics-horiz.png: texlive-installer-graphics.pdf + pdftopng -r 40 $< - >$@ + +texlive-installer-graphics.pdf: texlive-installer-graphics.tex lion-small.png + texfot pdflatex '\nonstopmode\input $<' + +clean: + -rm -f texlive-installer-graphics.{pdf,aux,log,png} + |