summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2021-07-28 10:23:37 +0200
committerSimon Josefsson <simon@josefsson.org>2021-07-28 10:23:37 +0200
commit4ee99665269ad99ee95ced50ab936ff2862c754a (patch)
treee1d0aa382a4fe601f39cf6272d16eb7380f0bf87
parentec87cff2ac13f29f4aee88caa7e16e72cef3f490 (diff)
downloadgnulib-4ee99665269ad99ee95ced50ab936ff2862c754a.tar.gz
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_.
-rw-r--r--ChangeLog10
-rw-r--r--top/maint.mk8
2 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a99bf47ce..9310367550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-07-28 Simon Josefsson <simon@josefsson.org>
+
+ 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 <bruno@clisp.org>
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)