diff options
-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 "" |