* lib/configure.py: Add tgif->png and tgif->ppm converters

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14021 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-06-06 11:42:35 +00:00
parent 993374a769
commit 51ca3d43d3
2 changed files with 4 additions and 0 deletions

View File

@ -361,6 +361,8 @@ def checkConverterEntries():
checkProg('a TGIF -> EPS/PPM converter', ['tgif'],
rc_entry = [
r'''\converter tgif eps "tgif -stdout -print -color -eps $$i > $$o" ""
\converter tgif ppm "tgif -stdout -print -color -ppm $$i > $$o" ""
\converter tgif png "tgif -stdout -print -color -png $$i > $$o" ""
\converter tgif pdf "tgif -stdout -print -color -pdf $$i > $$o" ""''',
''])
#

View File

@ -44,6 +44,8 @@ What's new
- Add support for the dvipdfmx converter.
- Add tgif->ppm and tgif->png converters for preview of tgif figures
** Bug fixes
* Document input/output: