mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
37529a3b92
commit
b347e40483
@ -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'", \
|
||||
|
Loading…
Reference in New Issue
Block a user