From a47bc7f799e1f97bcb8e94445ee96dcf14650d3c Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 29 Oct 2017 16:09:12 +0100 Subject: [PATCH] Remove wmf2eps as EMF > EPS converter The program can only deal with WMF. --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 40066d6bd7..63b88f7bbb 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1018,7 +1018,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 "%%" ""']) # -- 2.39.5