Fix the configure script. Python apparently does not like tabs as much as spaces.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33953 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-03-30 16:58:29 +00:00
parent 37529a3b92
commit b347e40483

View File

@ -651,7 +651,7 @@ def checkConverterEntries():
['lyxblogger $$i'], rc_entry = [])
if lyxblogger.find('lyxblogger') >= 0:
addToRC(r'\Format blog blog "LyxBlogger" "" "" "" "document"')
addToRC(r'\converter xhtml blog "lyxblogger $$i" ""')
addToRC(r'\converter xhtml blog "lyxblogger $$i" ""')
# On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/
path, htmlconv = checkProg('a LaTeX -> MS Word converter', ["htlatex $$i 'html,word' 'symbol/!' '-cvalidate'", \