commit 908afb8e971d210202b883480968305e30ae0699
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Oct 29 16:09:12 2017 +0100

    Remove wmf2eps as EMF > EPS converter
    
    The program can only deal with WMF.
    
    (cherry picked from commit a47bc7f799e1f97bcb8e94445ee96dcf14650d3c)
---
 lib/configure.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/configure.py b/lib/configure.py
index c638c6a..6c32a80 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -1014,7 +1014,7 @@ def checkConverterEntries():
                % (inkscape_fileprefix, inkscape_fileprefix)],
         rc_entry = [ r'\converter wmf        eps        "%%"   ""'])
     #
-    checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', 'wmf2eps -o 
$$o $$i', inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui 
--export-eps=%s$$o'
+    checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', 
inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui 
--export-eps=%s$$o'
                % (inkscape_fileprefix, inkscape_fileprefix)],
         rc_entry = [ r'\converter emf        eps        "%%"   ""'])
     #

Reply via email to