[clutter] build: Fix typo in the docs URI variable name



commit 161e64aae78bb9c5f26600f3310c1538dbed50f9
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Apr 7 15:07:43 2011 +0100

    build: Fix typo in the docs URI variable name

 build/autotools/Makefile.am.release |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index e763ae6..dba8327 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -14,7 +14,7 @@ RELEASE_URL      = $(RELEASE_URL_BASE)/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_
 RELEASE_ANNOUNCE_LIST = clutter-announce clutter-project org
 RELEASE_ANNOUNCE_CC   = gnome-announce-list gnome org
 
-RELEASE_DOC_URLS = http://docs.clutter-project.org/docs/
+RELEASE_DOC_URL = http://docs.clutter-project.org/docs/
 
 tar_file    = $(distdir).tar.bz2
 sha256_file = $(distdir).sha256sum
@@ -124,10 +124,10 @@ release-message:
 	@echo "the README file included in the release."
 	@echo ""
 	@echo "Documentation:"
-	@echo "   Clutter: $(RELEASE_DOCS_URL)/clutter/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
-	@echo "      Cogl: $(RELEASE_DOCS_URL)/cogl/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
-	@echo "     Cally: $(RELEASE_DOCS_URL)/cally/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
-	@echo "  Cookbook: $(RELEASE_DOCS_URL)/clutter-cookbook/$(CLUTTER_API_VERSION)/"
+	@echo "   Clutter: $(RELEASE_DOC_URL)/clutter/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
+	@echo "      Cogl: $(RELEASE_DOC_URL)/cogl/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
+	@echo "     Cally: $(RELEASE_DOC_URL)/cally/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
+	@echo "  Cookbook: $(RELEASE_DOC_URL)/clutter-cookbook/$(CLUTTER_API_VERSION)/"
 	@echo ""
 	@echo "Release Notes:"
 	@echo "  - This version is API and ABI compatible with the current stable"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]