Please Uwe

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29493 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-05-02 12:51:36 +00:00
parent e06984bc42
commit 734dfec925

View File

@ -388,11 +388,11 @@ def checkConverterEntries():
\converter literate pdflatex "%%" ""'''])
#
path, elyx = checkProg('eLyXer converter', ['elyxer $$i $$o'],
rc_entry = [ r'\converter lyx elyxhtml "%%" ""' ] )
rc_entry = [ r'\converter lyx html2 "%%" ""' ] )
if elyx.find('elyxer') >= 0 :
addToRC(r'''\copier elyxhtml "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'],
rc_entry = [r'\Format elyxhtml html "HTML (eLyXer)" e "%%" "" "document"'])
rc_entry = [r'\Format html2 html "HTML (eLyXer)" e "%%" "" "document"'])
#
checkProg('an HTML -> LaTeX converter', ['html2latex $$i', 'gnuhtml2latex $$i', \