mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Fix bug 2845
* lib/configure.py (checkFormatEntries): Add wmf format (checkConverterEntries): Add wmf -> eps converter git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15118 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
112f533459
commit
83b18f414e
@ -296,6 +296,7 @@ def checkFormatEntries():
|
||||
\Format program "" Program "" "" "" ""
|
||||
\Format pstex pstex_t PSTEX "" "" "" ""
|
||||
\Format sxw sxw "OpenOffice.Org Writer" O "" "" "document"
|
||||
\Format wmf wmf "Windows Meta File" "" "" "" ""
|
||||
\Format word doc "MS Word" W "" "" "document"
|
||||
\Format wordhtml html "MS Word (HTML)" "" "" "" "document"
|
||||
''')
|
||||
@ -385,6 +386,9 @@ def checkConverterEntries():
|
||||
\converter tgif pdf "tgif -stdout -print -color -pdf $$i > $$o" ""''',
|
||||
''])
|
||||
#
|
||||
checkProg('a WMF -> EPS converter', ['wmf2eps -o $$o $$i'],
|
||||
rc_entry = [ r'\converter wmf eps "%%" ""', ''])
|
||||
#
|
||||
checkProg('a EPS -> PDF converter', ['epstopdf'],
|
||||
rc_entry = [ r'\converter eps pdf "epstopdf --outfile=$$o $$i" ""', ''])
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user