From 91ffb36faa121ccfaa57d8857c239dd3a6bb3e95 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 2 Nov 2006 21:13:49 -0500 Subject: [PATCH] [Makefile.am] Minor fixes in release-publish output (cherry picked from 953332d128120e7c4f4197390984be11a80a368b commit) --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d3a67c350..97694fcff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,6 +162,7 @@ release-publish-message: releases/$(sha1_file) @echo "" @echo " $(RELEASE_URL_BASE)/$(gpg_file)" @echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)" + @echo "" @echo " Additionally, a git clone of the source tree:" @echo "" @echo " git clone git://git.cairographics.org/git/cairo" @@ -177,12 +178,12 @@ release-publish-message: releases/$(sha1_file) @echo "" @echo "============================== CUT HERE ==============================" @echo "Also, please add the new entries from the NEWS file as well as the detailed" - @echo "change log sent to the cairo-announce list when the tag is pushed." + @echo "change log sent to the cairo-commit list when the tag is pushed." @echo "" @echo "The same NEWS entries should be posted on the cairographics.org wiki as well." @echo "" @echo "Last but not least, do not forget to bump up the micro" - @echo "version component to the next (odd) number and commit." + @echo "version component to the next (odd) number, commit, and push." release-publish: release-upload release-publish-message