mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
fix the header of lyxrc.defaults
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14589 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
332d0e0010
commit
743c2be02d
@ -1,3 +1,7 @@
|
||||
2006-08-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.py: fix the header of lyxrc.defaults.
|
||||
|
||||
2006-08-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* bind/emacs.bind:
|
||||
|
@ -492,7 +492,7 @@ def checkLatexConfig(check_config, bool_docbook, bool_linuxdoc):
|
||||
# This file declares layouts and their associated definition files
|
||||
# (include dir. relative to the place where this file is).
|
||||
# It contains only default values, since chkconfig.ltx could not be run
|
||||
# for some reason. Run ./configure if you need to update it after a
|
||||
# for some reason. Run ./configure.py if you need to update it after a
|
||||
# configuration change.
|
||||
''')
|
||||
# build the list of available layout files and convert it to commands
|
||||
@ -587,7 +587,7 @@ def createLaTeXConfig():
|
||||
writeToFile('packages.lst', '''
|
||||
### This file should contain the list of LaTeX packages that have been
|
||||
### recognized by LyX. Unfortunately, since configure could not find
|
||||
### your LaTeX2e program, the tests have not been run. Run ./configure
|
||||
### your LaTeX2e program, the tests have not been run. Run ./configure.py
|
||||
### if you need to update it after a configuration change.
|
||||
''')
|
||||
print 'creating doc/LaTeXConfig.lyx'
|
||||
@ -697,8 +697,8 @@ Options:
|
||||
writeToFile(outfile, '''# This file has been automatically generated by LyX' lib/configure.py
|
||||
# script. It contains default settings that have been determined by
|
||||
# examining your system. PLEASE DO NOT MODIFY ANYTHING HERE! If you
|
||||
# want to customize LyX, make a copy of the file LYXDIR/lyxrc as
|
||||
# ~/.lyx/lyxrc and edit this file instead. Any setting in lyxrc will
|
||||
# want to customize LyX, use LyX' Preferences dialog or modify directly
|
||||
# the "preferences" file instead. Any setting in that file will
|
||||
# override the values given here.
|
||||
''')
|
||||
# check latex
|
||||
|
Loading…
Reference in New Issue
Block a user