From: Jürgen Spitzmüller Date: Sun, 9 Mar 2008 12:22:28 +0000 (+0000) Subject: * lib/configure.py: X-Git-Tag: 1.6.10~5767 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=01d9b33db9b4c3ffd735242223ed39f256aca784;p=features.git * lib/configure.py: - add support for htmltolatex git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23583 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 2d745a14cc..f262b9ddf5 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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'],