summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/graphics/tex/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-06 17:39:48 +0000
committerKarl Berry <karl@freefriends.org>2018-05-06 17:39:48 +0000
commit6984c854c8c804b5554284accd834f535d0a6931 (patch)
tree5199bb4c9c78472a75e01810debc725f7447fe8f /Master/tlpkg/doc/graphics/tex/Makefile
parent83d6a0f14d609aaff873b253433a5dec00e3a11d (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/tex/Makefile')
-rw-r--r--Master/tlpkg/doc/graphics/tex/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/doc/graphics/tex/Makefile b/Master/tlpkg/doc/graphics/tex/Makefile
deleted file mode 100644
index b58594e7805..00000000000
--- a/Master/tlpkg/doc/graphics/tex/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-SHELL=/bin/bash
-
-texlive-installer-graphics.png: texlive-installer-graphics.pdf
- pdftopng -r 40 texlive-installer-graphics.pdf - | convert - -rotate 270 texlive-installer-graphics.png
-
-texlive-installer-graphics.pdf: texlive-installer-graphics.tex lion-small.png
- pdflatex texlive-installer-graphics.tex
-
-clean:
- -rm -f texlive-installer-graphics.{pdf,aux,log,png}
-