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:
Julien Rioux 2011-06-07 14:58:19 +00:00
parent 5eb1fb0c05
commit 253ac28a0c

View File

@ -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)