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.5_rc1~64 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d034d5206639776d81f43594ef123dbf8923f7d1?ds=sidebyside;hp=cf22447c62669fcb1212b5deb53f24bee5b002b1 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 f10cf5f5..e61927a3 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, \