Remove date from LFUNs.lyx as discussed.

Also update format to 506.
This commit is contained in:
Georg Baum 2016-02-11 21:22:07 +01:00
parent ff9ba203ff
commit 5dcc89d257
2 changed files with 1 additions and 9 deletions

View File

@ -13,7 +13,6 @@
# gen_lfuns.py <path/to/LyXAction.cpp> <where/to/save/LFUNs.lyx>
import sys,re,os.path
from datetime import date
def error(message):
sys.stderr.write(message + '\n')
@ -43,7 +42,7 @@ ID_DICT = dict(name=LFUN_NAME_ID, action=LFUN_ACTION_ID, notion=LFUN_NOTION_ID,
syntax=LFUN_SYNTAX_ID, params=LFUN_PARAMS_ID, sample=LFUN_SAMPLE_ID, origin=LFUN_ORIGIN_ID)
LFUNS_HEADER = """# gen_lfuns.py generated this file. For more info see http://www.lyx.org/
\\lyxformat 504
\\lyxformat 506
\\begin_document
\\begin_header
\\save_transient_properties true
@ -145,9 +144,6 @@ The \\SpecialChar LyX
Team
\\end_layout
\\begin_layout Date""" + "\n" + str(date.today()) + """
\\end_layout
"""
LFUNS_INTRO ="""\\begin_layout Section*

View File

@ -101,10 +101,6 @@ The \SpecialChar LyX
Team
\end_layout
\begin_layout Date
2016-01-27
\end_layout
\begin_layout Section*
About this manual
\end_layout