On Mon, 2 Aug 2010, Joel E. Denny wrote: > In the gnulib thread, Paul Eggert just made a nice argument for including > the gettext version in the announcement.
I pushed this to branch-2.4.3, branch-2.5, and master. >From b3b18068885986d25ec2c8f76a7d2b971194598a Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Wed, 4 Aug 2010 21:15:59 -0400 Subject: [PATCH] maint: add gettext version to release announcements. Suggested by Paul Hilfinger at <http://lists.gnu.org/archive/html/bison-patches/2010-07/msg00019.html> <http://lists.gnu.org/archive/html/bison-patches/2010-08/msg00002.html>. * cfg.mk (bootstrap-tools): Add gettext. --- ChangeLog | 8 ++++++++ cfg.mk | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 58745bb..2de277a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2010-08-04 Joel E. Denny <[email protected]> + maint: add gettext version to release announcements. + Suggested by Paul Hilfinger at + <http://lists.gnu.org/archive/html/bison-patches/2010-07/msg00019.html> + <http://lists.gnu.org/archive/html/bison-patches/2010-08/msg00002.html>. + * cfg.mk (bootstrap-tools): Add gettext. + +2010-08-04 Joel E. Denny <[email protected]> + doc: fix -W and %expect documentation some. * NEWS (2.4.3): Mention that there are documentation fixes. * doc/bison.texinfo (Expect Decl): Make it clear that %expect diff --git a/cfg.mk b/cfg.mk index a43ca2f..7ddfaeb 100644 --- a/cfg.mk +++ b/cfg.mk @@ -42,7 +42,7 @@ local-checks-to-skip = changelog-check # this release. Used solely to get a date for the "announcement" target. gnulib_dir = $(srcdir)/gnulib -bootstrap-tools = autoconf,automake,flex,gnulib +bootstrap-tools = autoconf,automake,flex,gettext,gnulib announcement_Cc_ = \ [email protected], [email protected], [email protected], \ -- 1.7.0.4
