On 05/30/2015 09:11 PM, Uwe Stöhr wrote:
commit ee5760ef8ce0291fbfada33901ed110f51cf5a91
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sun May 31 03:11:13 2015 +0200

     configure.py: elyxer is not provided as executable

I think we should check both. On some platforms, it may be available as an
executable.

Richard


diff --git a/lib/configure.py b/lib/configure.py
index 9a817c8..a705c8f 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -777,7 +777,7 @@ def checkConverterEntries():
      checkProg('an MS Word -> LaTeX converter', ['wvCleanLatex $$i $$o'],
          rc_entry = [ r'\converter word       latex      "%%"        ""' ])
- # eLyXer: search as an executable (elyxer.py, elyxer)
+    # eLyXer
      path, elyxer = checkProg('a LyX -> HTML converter',
          ['elyxer.py --nofooter --directory $$r $$i $$o'],
          rc_entry = [ r'\converter lyx      html       "%%"  ""' ])

Reply via email to