X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=bb692919232df9209b2d5671edf950116e6b48d8;hb=01dc665a2580f93007fcc25b6b897b67f507b664;hp=0bf07726cfcc074cd7d919ec9712c3aa8ef0f755;hpb=19a9387f72009483cbe50f910bf800709452e8cd;p=lyx.git diff --git a/lib/configure.py b/lib/configure.py index 0bf07726cf..bb69291923 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1015,7 +1015,7 @@ def checkConverterEntries(): if xsltproc != '': addToRC('\\converter docbook5 epub "python $$s/scripts/docbook2epub.py none none \\"' + xsltproc + '\\" ' + xpath + ' $$i $$o" ""') elif java != '': - addToRC('\\converter docbook5 epub "python $$s/scripts/docbook2epub.py \\"' + java + '\\" none none none $$i $$o" ""') + addToRC('\\converter docbook5 epub "python $$s/scripts/docbook2epub.py \\"' + java + '\\" none none ' + xpath + ' $$i $$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 "%%" ""' ]) @@ -1944,7 +1944,7 @@ if __name__ == '__main__': lyx_check_config = True lyx_kpsewhich = True outfile = 'lyxrc.defaults' - lyxrc_fileformat = 34 + lyxrc_fileformat = 36 rc_entries = '' lyx_keep_temps = False version_suffix = ''