summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-04-05 19:37:35 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-04-05 19:42:40 +0100
commitf76692df26ef02603d00050f97ddf118cb13ac6f (patch)
treeea5e452852c041c39750ea29354d888705728cbc /build
parent345423afa85bb83486248926c831443cf75949ef (diff)
downloadclutter-gst-f76692df26ef02603d00050f97ddf118cb13ac6f.tar.gz
build: Add the API reference URI in the release message
Diffstat (limited to 'build')
-rw-r--r--build/autotools/Makefile.am.release10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index 3685450..2031e6c 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -14,6 +14,8 @@ RELEASE_URL = $(RELEASE_URL_BASE)/$(CLUTTER_GST_MAJOR_VERSION).$(CLUTTER_GS
GNOME_RELEASE_URL_BASE = http://download.gnome.org/sources/clutter-gst
GNOME_RELEASE_URL = $(GNOME_RELEASE_URL_BASE)/$(CLUTTER_GST_MAJOR_VERSION).$(CLUTTER_GST_MINOR_VERSION)
+RELEASE_API_URL = http://docs.clutter-project.org/docs/clutter-gst
+
RELEASE_ANNOUNCE_LIST = clutter-announce@clutter-project.org (Cc: gnome-announce-list@gnome.org)
tar_file = $(distdir).tar.bz2
@@ -93,6 +95,14 @@ release-message: $(sha256_file)
@echo " Clutter ≥ $(CLUTTER_REQ_VERSION)"
@echo " GStreamer ≥ $(GSTREAMER_REQ_VERSION)"
@echo ""
+ @echo "API reference:"
+ @echo ""
+ @if test "x$(CLUTTER_GST_RELEASE_STATUS)" = "xsnapshot"; then \
+ echo " $(RELEASE_API_URL)/unstable"; \
+ else \
+ echo " $(RELEASE_API_URL)/stable"; \
+ fi
+ @echo ""
@$(SED) -n '1bend;/^clutter-gst /q;:end;4,$$p' $(top_srcdir)/NEWS
@echo "--- CUT HERE ---"