configure.py: revert back to r31950, except of the comment that was removed in this revision

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31959 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-11-12 23:24:55 +00:00
parent 77b13d9a46
commit 4147409b37

View File

@ -621,11 +621,11 @@ def checkConverterEntries():
if elyxerfound: if elyxerfound:
addToRC(r'''\converter lyx html "python -m elyxer --directory $$r $$i $$o" ""''') addToRC(r'''\converter lyx html "python -m elyxer --directory $$r $$i $$o" ""''')
else: else:
path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py', 'elyxer'], path, elyxer = checkProg('a LyX -> HTML converter',
rc_entry = '') ['elyxer.py --directory $$r $$i $$o', 'elyxer --directory $$r $$i $$o'],
rc_entry = [ r'\converter lyx html "%%" ""' ])
if elyxer.find('elyxer') >= 0: if elyxer.find('elyxer') >= 0:
elyxerfound = True elyxerfound = True
addToRC(r'''\converter lyx html "python -tt elyxer.py --directory $$r $$i $$o" ""''')
if elyxerfound: if elyxerfound:
addToRC(r'''\copier html "python -tt $$s/scripts/ext_copy.py -e html,png,jpg,jpeg,css $$i $$o"''') addToRC(r'''\copier html "python -tt $$s/scripts/ext_copy.py -e html,png,jpg,jpeg,css $$i $$o"''')