]> git.lyx.org Git - features.git/commitdiff
Remove wmf2eps as EMF > EPS converter
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 29 Oct 2017 15:09:12 +0000 (16:09 +0100)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 31 Oct 2017 15:03:57 +0000 (11:03 -0400)
The program can only deal with WMF.

(cherry picked from commit a47bc7f799e1f97bcb8e94445ee96dcf14650d3c)

lib/configure.py

index c638c6a34e54b076c540b9bd96b1ffa6f837a8e4..6c32a80f842b30c5d844906923fa60f682497462 100644 (file)
@@ -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        "%%"   ""'])
     #