summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-03-03 15:41:32 -0500
committerBehdad Esfahbod <behdad@behdad.org>2007-03-03 15:41:32 -0500
commit79acd268d9ac91f0e9f03467b220241cda3457a5 (patch)
tree1f62ece770f55dcfbd8e4a30f920e405adaffd6c /Makefile.am
parentf9f71457a5d1e002f7f6b08232892ba61fef8ead (diff)
[Makefile.am] Remove releasing instructions that are in RELEASING already
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 2 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index c01423c64..10513afac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,12 +148,8 @@ release-upload: release-check $(tar_file) $(sha1_file) $(gpg_file)
git-tag -s -m "cairo $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO) release" $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO)
release-publish-message: releases/$(sha1_file)
- @echo "Pleas push the new tag with a command such as:"
- @echo ""
- @echo " git push master $(VERSION)"
- @echo ""
- @echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)"
- @echo "including the following:"
+ @echo "Please follow the instructions in RELEASING to push stuff out and"
+ @echo "send out the announcement mails. Here is the excerpt you need:"
@echo ""
@echo "Subject: $(PACKAGE) $(RELEASE_OR_SNAPSHOT) $(VERSION) now available"
@echo ""
@@ -185,13 +181,6 @@ release-publish-message: releases/$(sha1_file)
@echo " git checkout -b build $(VERSION)"
@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-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, commit, and push."
release-publish: release-upload release-publish-message