Alex Fernandez wrote:
> I have this pending task since almost a month ago, but am no nearer to
> a solution. Any takers?

Does this patch help?

Jürgen
Index: lib/configure.py
===================================================================
--- lib/configure.py	(Revision 30024)
+++ lib/configure.py	(Arbeitskopie)
@@ -392,7 +392,7 @@
     path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py $$i $$o'],
       rc_entry = [ r'\converter lyx      html       "%%"	""' ])
     if elyxer.find('elyxer.py') >= 0:
-      addToRC(r'''\copier    html       "python -tt $$s/scripts/ext_copy.py -e html,png,css $$i $$o"''')
+      addToRC(r'''\copier    html       "python -tt $$s/scripts/ext_copy.py $$i $$o"''')
     else:
       # On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/
       path, htmlconv = checkProg('a LaTeX -> HTML converter', ['htlatex $$i', 'htlatex.sh $$i', \

Reply via email to