diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-06-09 01:20:22 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-06-09 01:20:22 +0000 |
commit | 277eed43e37ed2aff229269ca6f358f30a05b241 (patch) | |
tree | ce4dd4e25103b5aa6fa764fe99655dd1b0c85f0e /Master/bin/powerpc-linux | |
parent | 2badf9048957f6d85d57b3a44c2faff0c64453c3 (diff) |
per conversation with Karl, remove giftopng.
it is still referenced from Master/texmf-dist/tex/xmltex/passivetex/fotex.sty:
\@namedef{Gin@rule@.gif}#1{{png}{.png}{`giftopng #1}}
but the only people using it would be
(a) using xmltex
(b) and using gif files
(c) and not having corresponding png's (or something) already,
(d) and having \write18 enabled
My guess is that the set of such people in the world is empty.
My thought is, let's leave it and see if anyone notices :).
git-svn-id: svn://tug.org/texlive/trunk@8611 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/powerpc-linux')
-rwxr-xr-x | Master/bin/powerpc-linux/giftopng | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/bin/powerpc-linux/giftopng b/Master/bin/powerpc-linux/giftopng deleted file mode 100755 index e218c61fe6b..00000000000 --- a/Master/bin/powerpc-linux/giftopng +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -X=`kpsewhich $1` -Y=`basename $X .gif`.png -convert $X $Y |