summaryrefslogtreecommitdiff
path: root/build/autotools
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-06-10 18:47:12 +0100
committerRobert Bragg <robert@linux.intel.com>2011-06-14 17:09:55 +0100
commit3729bf27697308142dbadcb9eea1b1d59b28e65d (patch)
tree67d66264d5b1184f83efac49b7fd55f2859687d6 /build/autotools
parent250373a0f1a6c305932c178dbd604d95c358089f (diff)
downloadcogl-3729bf27697308142dbadcb9eea1b1d59b28e65d.tar.gz
Make it clearer that the 2.0 API is experimental
This explicitly renames the cogl-2.0 reference manual to cogl-2.0-experimental and renames the cogl-2.0 pkg-config file to cogl-2.0-experimental.pc. Hopefully this should avoid miss-understandings.
Diffstat (limited to 'build/autotools')
-rw-r--r--build/autotools/Makefile.am.release8
1 files changed, 5 insertions, 3 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index 2abbaaf2..05342860 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -113,8 +113,10 @@ release-message:
@cat .README-section-02
@echo ""
@echo "Documentation:"
- @echo " Cogl: $(RELEASE_DOC_URL)/cogl/$(COGL_MAJOR_VERSION).$(COGL_MINOR_VERSION)/"
- @echo " Cogl : $(RELEASE_DOC_URL)/cogl-2.0/$(COGL_MAJOR_VERSION).$(COGL_MINOR_VERSION)/"
+ @echo " Cogl:"
+ @echo " $(RELEASE_DOC_URL)/cogl/$(COGL_MAJOR_VERSION).$(COGL_MINOR_VERSION)/"
+ @echo " Cogl experimental 2.0:"
+ @echo " $(RELEASE_DOC_URL)/cogl-2.0-experimental/$(COGL_MAJOR_VERSION).$(COGL_MINOR_VERSION)/"
@echo ""
@echo " - The Cogl library exports a stable 1.x API (For third-party Clutter"
@echo " developers to write custom actors) and an experimental 2.0 API which allows"
@@ -145,7 +147,7 @@ release-publish: release-check
$(MAKE) $(AM_MAKEFLAGS) release-tag
$(MAKE) $(AM_MAKEFLAGS) release-upload
$(MAKE) $(AM_MAKEFLAGS) release-message
-
+
.PHONY: \
release-check \
release-message \