From b347e40483116b05009f3d5881be82abbdb3d950 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Tue, 30 Mar 2010 16:58:29 +0000 Subject: [PATCH] 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 --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 4a041efef0..13f8bd93c6 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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'", \ -- 2.39.2