]> git.saurik.com Git - bison.git/commitdiff
maint: add gettext version to release announcements.
authorJoel E. Denny <joeldenny@joeldenny.org>
Thu, 5 Aug 2010 01:15:59 +0000 (21:15 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Thu, 5 Aug 2010 01:16:58 +0000 (21:16 -0400)
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)

ChangeLog
cfg.mk

index f10cf5f51614c6efe9141c348e7376c26c48b8b2..e61927a3af97f255631183a2c762df0be6ce5ced 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
diff --git a/cfg.mk b/cfg.mk
index a43ca2fe37f9ca1083b1ccc9bbafedc6d14baaa8..7ddfaeb35325cce6d319cf5d65777aa22f5718e2 100644 (file)
--- 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, \