diff options
author | Jonathon Jongsma <jjongsma@src.gnome.org> | 2008-09-21 17:40:36 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@src.gnome.org> | 2008-09-21 17:40:36 +0000 |
commit | 4b48b8743ea8056ffe3cde4acb324fff4c342bf7 (patch) | |
tree | 7edb43d2bfd4d8c45a215fd3df602d61bd5fe76e | |
parent | 6bcfe74e233b44556eaffa53656921830c892f0f (diff) | |
download | glibmm-2.18.0.tar.gz |
Fix a minor issue in the Makefile's release targetglibmm-2.18.0
svn path=/trunk/; revision=730
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,10 @@ 2008-09-21 Jonathon Jongsma <jonathon@quotidian.org> + * Makefile.am: fix a minor issue in the release target + +2008-09-21 Jonathon Jongsma <jonathon@quotidian.org> + * NEWS: Add news for 2.18 release * configure.in: bump version number for release * Makefile.am: update release mail template slightly diff --git a/Makefile.am b/Makefile.am index 20a52f8f..f7a49016 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ SVN_ROOT=`svn info |grep "$(ROOT_KEY)" |sed -e "s/$(ROOT_KEY)\s*//"` tag-release: distcheck @svn cp -r$(SVN_REV) -m "tag $(PACKAGE) $(VERSION)" $(SVN_PATH) $(SVN_ROOT)/tags/$(PACKAGE)-$(VERSION) \ || (echo "Tagging failed. Do you have local changes that are not committed?" \ - && echo "Try running `svn update`." && false) + && echo "Try running 'svn update'." && false) @echo "Release Tagged." upload-release: tag-release |