mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
configure.py: add the --nofooter option also to the python call of eLyXer
(btw. there is no executable of eLyXer available)
This commit is contained in:
parent
a158776b4f
commit
e62773dd07
@ -778,10 +778,10 @@ def checkConverterEntries():
|
|||||||
|
|
||||||
# eLyXer: search as an executable (elyxer.py, elyxer)
|
# eLyXer: search as an executable (elyxer.py, elyxer)
|
||||||
path, elyxer = checkProg('a LyX -> HTML converter',
|
path, elyxer = checkProg('a LyX -> HTML converter',
|
||||||
['elyxer.py --directory $$r $$i $$o', 'elyxer --nofooter --directory $$r $$i $$o'],
|
['elyxer.py --nofooter --directory $$r $$i $$o', 'elyxer --nofooter --directory $$r $$i $$o'],
|
||||||
rc_entry = [ r'\converter lyx html "%%" ""' ])
|
rc_entry = [ r'\converter lyx html "%%" ""' ])
|
||||||
path, elyxer = checkProg('a LyX -> HTML (MS Word) converter',
|
path, elyxer = checkProg('a LyX -> HTML (MS Word) converter',
|
||||||
['elyxer.py --html --directory $$r $$i $$o', 'elyxer --nofooter --html --directory $$r $$i $$o'],
|
['elyxer.py --html --nofooter --directory $$r $$i $$o', 'elyxer --nofooter --html --directory $$r $$i $$o'],
|
||||||
rc_entry = [ r'\converter lyx wordhtml "%%" ""' ])
|
rc_entry = [ r'\converter lyx wordhtml "%%" ""' ])
|
||||||
if elyxer.find('elyxer') >= 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"''')
|
addToRC(r'''\copier html "python -tt $$s/scripts/ext_copy.py -e html,png,jpg,jpeg,css $$i $$o"''')
|
||||||
|
Loading…
Reference in New Issue
Block a user