]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: Fix announcement mail CC's.
authorSimon Josefsson <simon@josefsson.org>
Wed, 28 Jul 2021 08:23:37 +0000 (10:23 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 28 Jul 2021 08:23:37 +0000 (10:23 +0200)
* 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_.

ChangeLog
top/maint.mk

index 5a99bf47ceedd53b5fe9b0ca16f4d7379e295739..93103675503e5e64fa43030643460973461e3dea 100644 (file)
--- 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.
index ae3a8170a8bbd58853e44d8a07b000c8c07bf6df..533591ff9a55f2387a72fc380f513f32ab975ea6 100644 (file)
@@ -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)