aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-16 08:33:31 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-16 08:33:31 -0700
commit4906f6b9aec7947d609fe9127898e6a94dafd874 (patch)
tree47df9604352dd94d6afad35b975d78b707e5a992 /Makefile.local
parentff13111cf36298cde09e4ff85ec83fdd42b52f0a (diff)
make release: Don't print the release message on stdout.
It's just too long for copy/paste, so just let the user know the name of the file containing the message instead.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.local b/Makefile.local
index 1c3719e7..53a4a94b 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -79,11 +79,8 @@ release: verify-no-dirty-code
mv $(TAR_FILE) $(SHA1_FILE) $(GPG_FILE) releases
git tag -s -m "$(PACKAGE) $(VERSION) release" $(VERSION)
git push origin $(VERSION)
- @echo "Please send a release announcement as follows:"
- @echo ""
- $(MAKE) release-message
$(MAKE) release-message > $(PACKAGE)-$(VERSION).announce
- @echo "(This message is also available in $(PACKAGE)-$(VERSION).announce"
+ @echo "Please send a release announcement using $(PACKAGE)-$(VERSION).announce as a template."
.PHONY: release-message
release-message: