]> git.lyx.org Git - lyx.git/commitdiff
Fix the configure script. Python apparently does not like tabs as much as spaces.
authorVincent van Ravesteijn <vfr@lyx.org>
Tue, 30 Mar 2010 16:58:29 +0000 (16:58 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Tue, 30 Mar 2010 16:58:29 +0000 (16:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33953 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 4a041efef032f39c401db8b343da91cee90669d1..13f8bd93c6bc45452def9d733c24403a2b19945d 100644 (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'", \