]> git.lyx.org Git - features.git/commitdiff
Oops, I mixed up the argument order
authorGeorg Baum <baum@lyx.org>
Mon, 1 Apr 2013 19:57:20 +0000 (21:57 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 1 Apr 2013 19:58:03 +0000 (21:58 +0200)
lib/configure.py

index 0e8e7c8db71e2ed3d742b9b12a8c6b6f76ade98f..61e007f088a6b5ea5d25497794f40cd8430ee5b3 100644 (file)
@@ -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      "%%"   ""' ])
     #