]> git.lyx.org Git - features.git/commitdiff
Use `mk4ht oolatex' instead of `htlatex etc etc etc', per Jean-Pierre's advice.
authorRichard Heck <rgheck@comcast.net>
Fri, 3 Aug 2007 14:45:43 +0000 (14:45 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 3 Aug 2007 14:45:43 +0000 (14:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19291 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 093b2867442dd1dbb6b79aa9ae0814c3bf621ab5..8201b6cce7ebe810742e5ded0c6c65f52cbb3061 100644 (file)
@@ -370,7 +370,7 @@ def checkConverterEntries():
     checkProg('an OpenDocument -> LaTeX converter', ['w2l -clean $$i'],
         rc_entry = [ r'\converter odt        latex      "%%"   ""' ])
     #
-    checkProg('a LaTeX -> Open Document converter', ['oolatex $$i', 'oolatex.sh $$i', 'htlatex $$i \'xhtml,ooffice\' \'ooffice/! -cmozhtf\' \'-coo\' \'-cvalidate\''],
+    checkProg('a LaTeX -> Open Document converter', ['oolatex $$i', 'oolatex.sh $$i', 'mk4ht oolatex $$i'],
         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'],