]> git.lyx.org Git - features.git/blobdiff - lib/configure.py
Make export to XHTML work when there are included ODG pictures,
[features.git] / lib / configure.py
index 40977810c71b18a92fc70ba751667189c730aebc..703287029c16f34cce1d020b13cc2f6b2aa04188 100644 (file)
@@ -795,6 +795,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