build: Update the release rules

Change the URLs for mailing lists and documentation, and re-align the
output.
This commit is contained in:
Emmanuele Bassi 2014-09-22 12:01:30 +01:00
parent 28cd2c56d1
commit 317a54f9fb

View File

@ -11,12 +11,12 @@ TAR_OPTIONS = --owner=0 --group=0
#RELEASE_URL_BASE = http://source.clutter-project.org/sources/clutter
#RELEASE_URL = $(RELEASE_URL_BASE)/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)
RELEASE_ANNOUNCE_LIST = clutter-announce@clutter-project.org
RELEASE_ANNOUNCE_LIST = clutter-list@gnome.org
RELEASE_ANNOUNCE_CC = gnome-announce-list@gnome.org
RELEASE_DOC_URL = http://docs.clutter-project.org/docs/
RELEASE_DOC_URL = https://developer.gnome.org
BUGS_URL = http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
BUGS_URL = https://bugzilla.gnome.org/enter_bug.cgi?product=clutter
tar_file = $(distdir).tar.xz
sha256_file = $(distdir).sha256sum
@ -128,7 +128,7 @@ release-message:
else \
echo " Clutter: http://developer.gnome.org/clutter/stable/"; \
fi
@echo " Cookbook: $(RELEASE_DOC_URL)/clutter-cookbook/$(CLUTTER_API_VERSION)/"
@echo " Cookbook: $(RELEASE_DOC_URL)/clutter-cookbook/$(CLUTTER_VERSION)/"
@echo ""
@echo "Release Notes:"
@if test "x$(CLUTTER_RELEASE_STATUS)" = "xsnapshot"; then \