[SCM] GNU M4 source repository branch, branch-1.6, updated. v1.5.89a-57-g56c30ca
"Eric Blake" <[email protected]> Fri, 29 Aug 2008 12:43:03 +0000
| Newsgroups | gmane.comp.gnu.m4.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=56c30ca5f9dbbdc93bbdfe2dc78baac08515d75e
The branch, branch-1.6 has been updated
via 56c30ca5f9dbbdc93bbdfe2dc78baac08515d75e (commit)
from 27fb700bb7d308ff43691d63eb71b107fc0f5634 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 56c30ca5f9dbbdc93bbdfe2dc78baac08515d75e
Author: Eric Blake <[email protected]>
Date: Fri Aug 29 06:38:21 2008 -0600
Fix manual date information.
* doc/m4.texinfo: UPDATED refers to the day the manual was built,
not the release date of M4.
Based on a bison patch by Akim Demaille.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
doc/m4.texinfo | 5 +++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index df022df..1cc3fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-29 Eric Blake <[email protected]>
+
+ Fix manual date information.
+ * doc/m4.texinfo: UPDATED refers to the day the manual was built,
+ not the release date of M4.
+ Based on a bison patch by Akim Demaille.
+
2008-08-27 Eric Blake <[email protected]>
Node renaming in the manual.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 8d87cd5..dd4a928 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -39,8 +39,9 @@
@copying
-This manual is for @acronym{GNU} M4 (version @value{VERSION}, @value{UPDATED}),
-a package containing an implementation of the m4 macro language.
+This manual (@value{UPDATED}) is for @acronym{GNU} M4 (version
+@value{VERSION}), a package containing an implementation of the m4 macro
+language.
Copyright @copyright{} 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005,
2006, 2007, 2008 Free Software Foundation, Inc.
hooks/post-receive
--
GNU M4 source repository