summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2010-08-04 21:15:59 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2010-08-04 21:43:39 -0400
commit83af6585210d0155a0ad400a1cb7c515a57ad6fe (patch)
treef7e36799136fb716e935b827d307603b673a5165
parent93d7dde97a383a41223a3f19e807bac758dcef5f (diff)
downloadbison-83af6585210d0155a0ad400a1cb7c515a57ad6fe.tar.gz
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. (cherry picked from commit b3b18068885986d25ec2c8f76a7d2b971194598a)
-rw-r--r--ChangeLog8
-rw-r--r--cfg.mk2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8e9171b..682f84b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2010-08-04 Joel E. Denny <joeldenny@joeldenny.org>
+ 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 <joeldenny@joeldenny.org>
+
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 a43ca2fe..7ddfaeb3 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_ = \
bug-bison@gnu.org, help-bison@gnu.org, bison-patches@gnu.org, \