]> git.lyx.org Git - features.git/commitdiff
configure.py: add comment for the OpenDocument conversion
authorUwe Stöhr <uwestoehr@web.de>
Sun, 19 Oct 2008 13:57:04 +0000 (13:57 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 19 Oct 2008 13:57:04 +0000 (13:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26979 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 6a3f2ea14fc877bef509dff057ba4ceda22c2106..31cabe40199d2018f893e59d39f085d2e8720f09 100644 (file)
@@ -408,9 +408,12 @@ def checkConverterEntries():
     #
     checkProg('an OpenDocument -> LaTeX converter', ['w2l -clean $$i'],
         rc_entry = [ r'\converter odt        latex      "%%"   ""' ])
+    # According to http://www.tug.org/applications/tex4ht/mn-commands.html
+    # the command mk4ht oolatex $$i has to be used as default,
+    # but as this would require to have Perl installed, in MiKTeX oolatex is
+    # directly available as application.
     # On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/
     # Both SuSE and debian have oolatex
-    # TeXLive does not have oolatex, mk4ht has to be used.
     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\''],