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:
Uwe Stöhr 2009-05-22 23:31:16 +00:00
parent 42715a37f0
commit 5fb7fa93c7

View File

@ -457,7 +457,7 @@ def checkConverterEntries():
rc_entry = [ r'\converter lyx html2 "%%" ""' ] )
if elyx.find('elyxer.py') >= 0 :
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"'])
#