]> git.lyx.org Git - features.git/commitdiff
* lib/configure.py:
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 9 Mar 2008 12:22:28 +0000 (12:22 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 9 Mar 2008 12:22:28 +0000 (12:22 +0000)
- add support for htmltolatex

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23583 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 2d745a14cc99c87ffe29ca09f9b1689758c3c298..f262b9ddf550afadba3f52e56b025cb334e08d00 100644 (file)
@@ -351,7 +351,8 @@ def checkConverterEntries():
     checkProg('a Noweb -> LaTeX converter', ['noweave -delay -index $$i > $$o'],
         rc_entry = [ r'\converter literate   latex      "%%"   ""' ])
     #
-    checkProg('an HTML -> LaTeX converter', ['html2latex $$i', 'gnuhtml2latex $$i'],
+    checkProg('an HTML -> LaTeX converter', ['html2latex $$i', 'gnuhtml2latex $$i', \
+        'htmltolatex -input $$i -output $$o', 'java -jar htmltolatex.jar -input $$i -output $$o'],
         rc_entry = [ r'\converter html       latex      "%%"   ""' ])
     #
     checkProg('an MS Word -> LaTeX converter', ['wvCleanLatex $$i $$o'],