mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add the Format tag to lyxrc.defaults produced by configure.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38974 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5eb1fb0c05
commit
253ac28a0c
@ -1331,6 +1331,7 @@ def removeTempFiles():
|
||||
if __name__ == '__main__':
|
||||
lyx_check_config = True
|
||||
outfile = 'lyxrc.defaults'
|
||||
lyxrc_fileformat = 1
|
||||
rc_entries = ''
|
||||
lyx_keep_temps = False
|
||||
version_suffix = ''
|
||||
@ -1372,7 +1373,10 @@ Options:
|
||||
# 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.
|
||||
''')
|
||||
|
||||
Format %i
|
||||
|
||||
''' % lyxrc_fileformat)
|
||||
# check latex
|
||||
LATEX = checkLatex(dtl_tools)
|
||||
checkFormatEntries(dtl_tools)
|
||||
|
Loading…
Reference in New Issue
Block a user