On Thu, Jun 04, 2009 at 11:11:07AM +0200, Jürgen Spitzmüller wrote:

Hi,

> > Attached is a patch to get the desired behaviour. Works here[tm]. ;)
> 
> No objections from me (once 1.6.4svn is open again).

Ok now that 1.6.3 is released here's a fresh version
of the changes. Would be nice if someone could commit it.

Cheers,
Sven
-- 
forevermore
Index: configure.py
===================================================================
--- configure.py	(revision 30250)
+++ configure.py	(working copy)
@@ -389,9 +389,9 @@
     checkProg('an MS Word -> LaTeX converter', ['wvCleanLatex $$i $$o'],
         rc_entry = [ r'\converter word       latex      "%%"	""' ])
     #
-    path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py --directory $$r $$i $$o'],
+    path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py --directory $$r $$i $$o','elyxer --directory $$r $$i $$o'],
       rc_entry = [ r'\converter lyx      html       "%%"	""' ])
-    if elyxer.find('elyxer.py') >= 0:
+    if elyxer.find('elyxer') >= 0:
       addToRC(r'''\copier    html       "python -tt $$s/scripts/ext_copy.py -e html,png,jpg,jpeg,css $$i $$o"''')
     else:
       # On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/

Reply via email to