diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-12-08 02:50:40 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-12-08 02:50:40 +0000 |
commit | 36607f990cdcedf36787d16641833ec412794ea5 (patch) | |
tree | 438655603fc1f7f0c43f7f455d92e0fe2aeaee94 /binutils/doc/Makefile.am | |
parent | cc9bed83962b8ed4b30323cb86f52073b5efbf74 (diff) | |
download | fsf-binutils-gdb-36607f990cdcedf36787d16641833ec412794ea5.zip fsf-binutils-gdb-36607f990cdcedf36787d16641833ec412794ea5.tar.gz fsf-binutils-gdb-36607f990cdcedf36787d16641833ec412794ea5.tar.bz2 |
* doc/Makefile.am (config.texi): Emit a @set UPDATED command to
config.texi whose value is the current month and year.
* doc/Makefile.in: Rebuild.
* doc/binutils.texi: Set the document subtitle to be the value of
the Texinfo UPDATED variable (obtained from config.texi).
Diffstat (limited to 'binutils/doc/Makefile.am')
-rw-r--r-- | binutils/doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index 851f205..07c1d92 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -35,6 +35,7 @@ info_TEXINFOS = binutils.texi config.texi: Makefile rm -f config.texi echo '@set VERSION $(VERSION)' > config.texi + echo "@set UPDATED `date "+%B %Y"`" >> config.texi binutils_TEXI = $(srcdir)/binutils.texi |