From: Joel E. Denny Date: Thu, 5 Aug 2010 01:15:59 +0000 (-0400) Subject: maint: add gettext version to release announcements. X-Git-Tag: v2.7.90~663 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/83af6585210d0155a0ad400a1cb7c515a57ad6fe maint: add gettext version to release announcements. Suggested by Paul Hilfinger at . * cfg.mk (bootstrap-tools): Add gettext. (cherry picked from commit b3b18068885986d25ec2c8f76a7d2b971194598a) --- diff --git a/ChangeLog b/ChangeLog index e8e9171b..682f84b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-08-04 Joel E. Denny + + maint: add gettext version to release announcements. + Suggested by Paul Hilfinger at + + . + * cfg.mk (bootstrap-tools): Add gettext. + 2010-08-04 Joel E. Denny doc: fix -W and %expect documentation some. 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, \