From: Simon Josefsson Date: Wed, 28 Jul 2021 08:23:37 +0000 (+0200) Subject: maintainer-makefile: Fix announcement mail CC's. X-Git-Tag: v1.0~2771 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4ee99665269ad99ee95ced50ab936ff2862c754a;p=gnulib.git maintainer-makefile: Fix announcement mail CC's. * top/maint.mk (announcement_Cc_stable): Rename to announcement_mail_Cc_stable. (announcement_Cc_alpha): Rename to announcement_mail_Cc_alpha. (announcement_mail_headers_stable) (announcement_mail_headers_alpha): Use announcement_mail_Cc_ instead of announcement_Cc_. --- diff --git a/ChangeLog b/ChangeLog index 5a99bf47ce..9310367550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2021-07-28 Simon Josefsson + + maintainer-makefile: Fix announcement mail CC's. + * top/maint.mk (announcement_Cc_stable): Rename to + announcement_mail_Cc_stable. + (announcement_Cc_alpha): Rename to announcement_mail_Cc_alpha. + (announcement_mail_headers_stable) + (announcement_mail_headers_alpha): Use announcement_mail_Cc_ + instead of announcement_Cc_. + 2021-07-25 Bruno Haible Assume GNU gettext >= 0.17. diff --git a/top/maint.mk b/top/maint.mk index ae3a8170a8..533591ff9a 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1395,16 +1395,16 @@ gpg_key_ID ?= \ translation_project_ ?= coordinator@translationproject.org # Make info-gnu the default only for a stable release. -announcement_Cc_stable = $(translation_project_), $(PACKAGE_BUGREPORT) +announcement_mail_Cc_stable = $(translation_project_), $(PACKAGE_BUGREPORT) announcement_mail_headers_stable = \ To: info-gnu@gnu.org \ - Cc: $(announcement_Cc_) \ + Cc: $(announcement_mail_Cc_) \ Mail-Followup-To: $(PACKAGE_BUGREPORT) -announcement_Cc_alpha = $(translation_project_) +announcement_mail_Cc_alpha = $(translation_project_) announcement_mail_headers_alpha = \ To: $(PACKAGE_BUGREPORT) \ - Cc: $(announcement_Cc_) + Cc: $(announcement_mail_Cc_) announcement_mail_Cc_beta = $(announcement_mail_Cc_alpha) announcement_mail_headers_beta = $(announcement_mail_headers_alpha)