X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=43073e901d92b04088943b49d047bde989413c16;hb=e4ab91d802084d42a1544bf04c34754e5f9284a5;hp=bb692919232df9209b2d5671edf950116e6b48d8;hpb=01dc665a2580f93007fcc25b6b897b67f507b664;p=lyx.git diff --git a/lib/configure.py b/lib/configure.py index bb69291923..43073e901d 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1013,9 +1013,9 @@ def checkConverterEntries(): xpath = 'none' global java if xsltproc != '': - addToRC('\\converter docbook5 epub "python $$s/scripts/docbook2epub.py none none \\"' + xsltproc + '\\" ' + xpath + ' $$i $$o" ""') + addToRC('\\converter docbook5 epub "python $$s/scripts/docbook2epub.py none none \\"' + xsltproc + '\\" ' + xpath + ' $$i $$r $$o" ""') elif java != '': - addToRC('\\converter docbook5 epub "python $$s/scripts/docbook2epub.py \\"' + java + '\\" none none ' + xpath + ' $$i $$o" ""') + addToRC('\\converter docbook5 epub "python $$s/scripts/docbook2epub.py \\"' + java + '\\" none none ' + xpath + ' $$i $$r $$o" ""') # checkProg('a MS Word Office Open XML converter -> LaTeX', ['pandoc -s -f docx -o $$o -t latex $$i'], rc_entry = [ r'\converter word2 latex "%%" ""' ])