summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'top/maint.mk')
-rw-r--r--top/maint.mk8
1 files changed, 4 insertions, 4 deletions
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)