mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
fix the header of lyxrc.defaults
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14588 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8bbbfcc056
commit
8d9e8f5097
@ -508,7 +508,7 @@ def checkLatexConfig(check_config, bool_docbook, bool_linuxdoc):
|
|||||||
# This file declares layouts and their associated definition files
|
# This file declares layouts and their associated definition files
|
||||||
# (include dir. relative to the place where this file is).
|
# (include dir. relative to the place where this file is).
|
||||||
# It contains only default values, since chkconfig.ltx could not be run
|
# 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.
|
# configuration change.
|
||||||
''')
|
''')
|
||||||
# build the list of available layout files and convert it to commands
|
# build the list of available layout files and convert it to commands
|
||||||
@ -603,7 +603,7 @@ def createLaTeXConfig():
|
|||||||
writeToFile('packages.lst', '''
|
writeToFile('packages.lst', '''
|
||||||
### This file should contain the list of LaTeX packages that have been
|
### This file should contain the list of LaTeX packages that have been
|
||||||
### recognized by LyX. Unfortunately, since configure could not find
|
### 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.
|
### if you need to update it after a configuration change.
|
||||||
''')
|
''')
|
||||||
print 'creating doc/LaTeXConfig.lyx'
|
print 'creating doc/LaTeXConfig.lyx'
|
||||||
@ -713,8 +713,8 @@ Options:
|
|||||||
writeToFile(outfile, '''# This file has been automatically generated by LyX' lib/configure.py
|
writeToFile(outfile, '''# This file has been automatically generated by LyX' lib/configure.py
|
||||||
# script. It contains default settings that have been determined by
|
# script. It contains default settings that have been determined by
|
||||||
# examining your system. PLEASE DO NOT MODIFY ANYTHING HERE! If you
|
# examining your system. PLEASE DO NOT MODIFY ANYTHING HERE! If you
|
||||||
# want to customize LyX, make a copy of the file LYXDIR/lyxrc as
|
# want to customize LyX, use LyX' Preferences dialog or modify directly
|
||||||
# ~/.lyx/lyxrc and edit this file instead. Any setting in lyxrc will
|
# the "preferences" file instead. Any setting in that file will
|
||||||
# override the values given here.
|
# override the values given here.
|
||||||
''')
|
''')
|
||||||
# check latex
|
# check latex
|
||||||
|
Loading…
Reference in New Issue
Block a user