]> git.lyx.org Git - features.git/blobdiff - lib/configure.py
Almost finish fixing bug http://www.lyx.org/trac/ticket/6623
[features.git] / lib / configure.py
index a64737be3b6c948b6cb4f038aa639abdae80f12e..ec9b4ccc459a756420b3d917602671b5a23697fa 100644 (file)
@@ -627,7 +627,7 @@ def checkConverterEntries():
         rc_entry = [r'''\converter literate   latex      "%%"  ""
 \converter literate   pdflatex      "%%"       ""'''])
     #
-    checkProg('a Sweave -> LaTeX converter', ['Rscript --no-save --no-restore $$s/scripts/lyxsweave.R $$p$$i $$e $$r'],
+    checkProg('a Sweave -> LaTeX converter', ['Rscript --verbose --no-save --no-restore $$s/scripts/lyxsweave.R $$p$$i $$p$$o $$e $$r'],
         rc_entry = [r'''\converter sweave   latex      "%%"    ""
 \converter sweave   pdflatex      "%%" ""'''])
     #