From: Juergen Spitzmueller Date: Sun, 29 Oct 2017 15:09:12 +0000 (+0100) Subject: Remove wmf2eps as EMF > EPS converter X-Git-Tag: 2.3.0rc1~1 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=908afb8e971d210202b883480968305e30ae0699;p=features.git Remove wmf2eps as EMF > EPS converter The program can only deal with WMF. (cherry picked from commit a47bc7f799e1f97bcb8e94445ee96dcf14650d3c) --- diff --git a/lib/configure.py b/lib/configure.py index c638c6a34e..6c32a80f84 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 "%%" ""']) #