summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-02 08:40:41 +0100
committerJim Meyering <meyering@redhat.com>2009-03-02 08:59:06 +0100
commit2209d10f4c512a562d71b328a5e353f3c9675bc7 (patch)
treedfe804a3448e5755a4650a68c206477cada7871c
parent18332a65af50c65d184127229901979dd2bd4e87 (diff)
downloadcoreutils-2209d10f4c512a562d71b328a5e353f3c9675bc7.tar.xz
dist: do not emit MD5 or SHA1 checksums into announcement template
* maint.mk (announcement): Use announce-gen's new --no-print-checksums.
-rw-r--r--maint.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/maint.mk b/maint.mk
index 63b4c88aa..da5521e1a 100644
--- a/maint.mk
+++ b/maint.mk
@@ -812,6 +812,7 @@ announcement: NEWS ChangeLog $(rel-files)
--news=NEWS \
--bootstrap-tools=autoconf,automake,bison,gnulib \
--gnulib-version=$(gnulib-version) \
+ --no-print-checksums \
$(addprefix --url-dir=, $(url_dir_list))
## ---------------- ##