summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-04-07 01:18:24 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-04-07 01:18:24 +0000
commit9375afe8d17efc60c95fce679a2c3feed44a50f7 (patch)
tree4466f8e46db3aa0c463161c6542bcaa7b84ba649
parent700147ae14cdf683bfedf12a19317215343d762e (diff)
2006-04-06 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* Makefile.am: Add a brief description of cairomm to the release announcement template
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26598ce..bf5ce39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-06 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
+ * Makefile.am: Add a brief description of cairomm to the release
+ announcement template
+
2006-04-04 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* docs/reference/Doxyfile.in:
diff --git a/Makefile.am b/Makefile.am
index 15e56d5..ec3eb26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,6 +99,9 @@ release-publish: release-upload releases/$(sha1_file)
@echo " $(RELEASE_URL_BASE)/$(gpg_file)"
@echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
@echo ""
+ @echo "cairomm is a C++ API for the cairo graphics library. For more "
+ @echo "information, see http://cairographics.org"
+ @echo ""
@echo "============================== CUT HERE =============================="
@echo "Also, please include the new entries from the NEWS file."
@echo ""