]> git.lyx.org Git - features.git/commitdiff
Backporting r39786 from trunk.
authorTommaso Cucinotta <tommaso@lyx.org>
Fri, 30 Sep 2011 06:30:26 +0000 (06:30 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Fri, 30 Sep 2011 06:30:26 +0000 (06:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39788 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index c0b6d40fad854934470dbfc6996c2934738ca9fe..8cfe9808d1bda378a93a000a7d390e7ec3f2c178 100644 (file)
@@ -848,6 +848,9 @@ def checkConverterEntries():
     checkProg('an EPS -> PDF converter', ['epstopdf'],
         rc_entry = [ r'\converter eps        pdf        "epstopdf --outfile=$$o $$i"   ""', ''])
     #
+    checkProg('an EPS -> PNG converter', ['convert $$i $$o'],
+        rc_entry = [ r'\converter eps        png        "%%"   ""', ''])
+    #
     # no agr -> pdf converter, since the pdf library used by gracebat is not
     # free software and therefore not compiled in in many installations.
     # Fortunately, this is not a big problem, because we will use epstopdf to