]> git.lyx.org Git - lyx.git/commitdiff
Add the Format tag to lyxrc.defaults produced by configure.
authorJulien Rioux <jrioux@lyx.org>
Tue, 7 Jun 2011 14:58:19 +0000 (14:58 +0000)
committerJulien Rioux <jrioux@lyx.org>
Tue, 7 Jun 2011 14:58:19 +0000 (14:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38974 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 99b04e55312d499486fb3092dd9dd4b48fe814de..cc6be7bfa4ac039bcc1e859f3d33c22b78463ceb 100644 (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)