mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
configure.py: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29798 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
42715a37f0
commit
5fb7fa93c7
@ -457,7 +457,7 @@ def checkConverterEntries():
|
|||||||
rc_entry = [ r'\converter lyx html2 "%%" ""' ] )
|
rc_entry = [ r'\converter lyx html2 "%%" ""' ] )
|
||||||
if elyx.find('elyxer.py') >= 0 :
|
if elyx.find('elyxer.py') >= 0 :
|
||||||
addToRC(r'''\copier html2 "python -tt $$s/scripts/ext_copy.py -e html,png,css $$i $$o"''')
|
addToRC(r'''\copier html2 "python -tt $$s/scripts/ext_copy.py -e html,png,css $$i $$o"''')
|
||||||
checkViewer('an eLyXer previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
|
checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
|
||||||
rc_entry = [r'\Format html2 html "HTML (eLyXer)" e "%%" "" "document"'])
|
rc_entry = [r'\Format html2 html "HTML (eLyXer)" e "%%" "" "document"'])
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user