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.
This commit is contained in:
Joel E. Denny
2010-08-04 21:15:59 -04:00
parent 3ffdd5f125
commit b3b1806888
2 changed files with 9 additions and 1 deletions

View File

@@ -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.

2
cfg.mk
View File

@@ -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, \