diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-04-07 01:18:24 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-04-07 01:18:24 +0000 |
commit | 9375afe8d17efc60c95fce679a2c3feed44a50f7 (patch) | |
tree | 4466f8e46db3aa0c463161c6542bcaa7b84ba649 | |
parent | 700147ae14cdf683bfedf12a19317215343d762e (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-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -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 "" |