[clutter-gst] build: Add the API reference URI in the release message
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] build: Add the API reference URI in the release message
- Date: Tue, 5 Apr 2011 18:49:51 +0000 (UTC)
commit f76692df26ef02603d00050f97ddf118cb13ac6f
Author: Damien Lespiau <damien lespiau intel com>
Date: Tue Apr 5 19:37:35 2011 +0100
build: Add the API reference URI in the release message
build/autotools/Makefile.am.release | 10 ++++++++++
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 ---"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]