From 667c11d2dcdcae81028cd680ba6e423552f2e3b9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 6 Oct 2002 06:12:12 +0000 Subject: [PATCH] (announcement): Output all URLs for detached signatures, not just the last one from the previous loop. --- Makefile.maint | 3 +++ 1 file changed, 3 insertions(+) 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; \ -- 2.47.2