summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-06 06:12:12 +0000
committerJim Meyering <jim@meyering.net>2002-10-06 06:12:12 +0000
commit667c11d2dcdcae81028cd680ba6e423552f2e3b9 (patch)
tree8d986512d8af7eeb7b51feab8f097027fddebfe3 /Makefile.maint
parentcf00c95789131a667cb09347a660032cec2f4225 (diff)
downloadcoreutils-667c11d2dcdcae81028cd680ba6e423552f2e3b9.tar.xz
(announcement): Output all URLs for detached
signatures, not just the last one from the previous loop.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 96f0e724e..e9dab7967 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; \