summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2021-08-29 02:04:07 -0700
committerJim Meyering <meyering@fb.com>2021-08-29 02:04:07 -0700
commit54ce2d913d2e0cd1f0c50f6a0cd3c8a44b31f0be (patch)
tree82cfa1a9b20165ad466a9f99f9c7ff1df145c77c
parentb443d80bc635344e415c0ed25c9bd8527c685ca2 (diff)
downloadgzip-54ce2d913d2e0cd1f0c50f6a0cd3c8a44b31f0be.tar.gz
maint: don't send announcements to TP coordinator
gzip has no translatable strings, so don't include the translation project coordinator's email address in the announcement template. * cfg.mk (translation_project_): Define to be empty.
-rw-r--r--cfg.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index afb2769..abc4186 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+# Don't include the translation project coordinator email address
+# in announcement template.
+translation_project_ =
+
# Used in maint.mk's web-manual rule
manual_title = gzip: the data compression program