From 4ee99665269ad99ee95ced50ab936ff2862c754a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 28 Jul 2021 10:23:37 +0200 Subject: 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_. --- top/maint.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'top') 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) -- cgit v1.2.1