diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-02 08:40:41 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-02 08:59:06 +0100 |
commit | 2209d10f4c512a562d71b328a5e353f3c9675bc7 (patch) | |
tree | dfe804a3448e5755a4650a68c206477cada7871c | |
parent | 18332a65af50c65d184127229901979dd2bd4e87 (diff) | |
download | coreutils-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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) ## ---------------- ## |