From 83b18f414e65ba1b46a01b21be3184da11736e75 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 22 Sep 2006 11:37:22 +0000 Subject: [PATCH] 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 --- lib/configure.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/configure.py b/lib/configure.py index 11a06f85dc..867fcec402 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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" ""', '']) # -- 2.39.2