Author: jrioux
Date: Tue Jun 7 16:58:19 2011
New Revision: 38974
URL: http://www.lyx.org/trac/changeset/38974
Log:
Add the Format tag to lyxrc.defaults produced by configure.
Modified:
lyx-devel/trunk/lib/configure.py
Modified: lyx-devel/trunk/lib/configure.py
==============================================================================
--- lyx-devel/trunk/lib/configure.py Tue Jun 7 16:55:47 2011 (r38973)
+++ lyx-devel/trunk/lib/configure.py Tue Jun 7 16:58:19 2011 (r38974)
@@ -1331,6 +1331,7 @@
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 @@
# 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)