From: Peter Kümmel Date: Sat, 19 Dec 2009 19:54:18 +0000 (+0000) Subject: revert, quotes are handled in Systemcall.cpp X-Git-Tag: 2.0.0~4757 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e17a01910e8cfc57ff32743f51a4171beba4d14b;p=features.git revert, quotes are handled in Systemcall.cpp git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32594 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 9ece0e7541..5342fbd861 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -647,9 +647,9 @@ def checkConverterEntries(): addToRC(r'''\copier html "python -tt $$s/scripts/ext_copy.py $$i $$o"''') # On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/ - path, htmlconv = checkProg('a LaTeX -> MS Word converter', ["htlatex $$i html,word symbol/! -cvalidate", \ - "htlatex.sh $$i html,word symbol/! -cvalidate", \ - "/usr/share/tex4ht/htlatex $$i html,word symbol/! -cvalidate"], + path, htmlconv = checkProg('a LaTeX -> MS Word converter', ["htlatex $$i 'html,word' 'symbol/!' '-cvalidate'", \ + "htlatex.sh $$i 'html,word' 'symbol/!' '-cvalidate'", \ + "/usr/share/tex4ht/htlatex $$i 'html,word' 'symbol/!' '-cvalidate'"], rc_entry = [ r'\converter latex wordhtml "%%" "needaux"' ]) if htmlconv.find('htlatex') >= 0: addToRC(r'''\copier wordhtml "python -tt $$s/scripts/ext_copy.py -e html,png,css $$i $$o"''') @@ -667,7 +667,7 @@ def checkConverterEntries(): # Both SuSE and debian have oolatex checkProg('a LaTeX -> Open Document converter', [ 'oolatex $$i', 'mk4ht oolatex $$i', 'oolatex.sh $$i', '/usr/share/tex4ht/oolatex $$i', - 'htlatex $$i xhtml,ooffice ooffice/! -cmozhtf -coo -cvalidate'], + 'htlatex $$i \'xhtml,ooffice\' \'ooffice/! -cmozhtf\' \'-coo\' \'-cvalidate\''], rc_entry = [ r'\converter latex odt "%%" "needaux"' ]) # On windows it is called latex2rt.exe checkProg('a LaTeX -> RTF converter', ['latex2rtf -p -S -o $$o $$i', 'latex2rt -p -S -o $$o $$i'],