From: Jim Meyering Date: Sun, 6 Oct 2002 06:12:12 +0000 (+0000) Subject: (announcement): Output all URLs for detached X-Git-Tag: v4.5.3~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=667c11d2dcdcae81028cd680ba6e423552f2e3b9;p=thirdparty%2Fcoreutils.git (announcement): Output all URLs for detached signatures, not just the last one from the previous loop. --- diff --git a/Makefile.maint b/Makefile.maint index 96f0e724e1..e9dab79675 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -248,8 +248,11 @@ announcement: NEWS ChangeLog $(rel-files) done; \ echo; \ echo "Here are GPG detached signatures:"; \ + echo; \ + for url in $(url_dir_list); do \ echo " $$url/$(my_distdir).tar.gz.sig"; \ echo " $$url/$(my_distdir).tar.bz2.sig"; \ + done; \ echo; \ echo "Here are the MD5 and SHA1 signatures:"; \ echo; \