From 6cf84601f4f839ff17a97cffc010b5101276addd Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 1 Apr 2013 21:57:20 +0200 Subject: [PATCH] Oops, I mixed up the argument order --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 0e8e7c8db7..61e007f088 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -682,7 +682,7 @@ def checkConverterEntries(): checkProg('a knitr -> R/S code converter', ['Rscript --verbose --no-save --no-restore $$s/scripts/lyxknitr.R $$p$$i $$p$$o $$e $$r tangle'], rc_entry = [ r'\converter knitr r "%%" ""' ]) # - checkProg('an HTML -> LaTeX converter', ['html2latex $$i', 'gnuhtml2latex $$i -s > $$o', + checkProg('an HTML -> LaTeX converter', ['html2latex $$i', 'gnuhtml2latex -s $$i > $$o', 'htmltolatex -input $$i -output $$o', 'htmltolatex.jar -input $$i -output $$o'], rc_entry = [ r'\converter html latex "%%" ""' ]) # -- 2.39.5