From 253ac28a0cc0df27aa608c41878ba55d7d54766c Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Tue, 7 Jun 2011 14:58:19 +0000 Subject: [PATCH] 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 --- lib/configure.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 99b04e5531..cc6be7bfa4 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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) -- 2.39.2