diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-07-06 03:12:17 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-07-06 03:12:17 +0000 |
commit | 0d6a9c6affb61998aa8da882c01d8055a7193633 (patch) | |
tree | 9669450d62c23725a23a9da9af2a8738dae46c30 | |
parent | 68e569629b43cf6546980613eeebf0c059fef355 (diff) |
2006-07-05 Jonathon Jongsma <jonathon.jongsma@gmail.com>RELEASE_1_1_10
* Makefile.am: Ooops, I had accidentally removed dependency info for
release-publish target
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-07-05 Jonathon Jongsma <jonathon.jongsma@gmail.com> + + * Makefile.am: Ooops, I had accidentally removed dependency info for + release-publish target + 2006-07-05 Murray Cumming <murrayc@murrayc.com> * cairomm/context.h: diff --git a/Makefile.am b/Makefile.am index 4d8a94c..2fdb7f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ release-upload: release-check $(tar_file) $(sha1_file) $(gpg_file) ssh $(RELEASE_UPLOAD_HOST) "rm -f $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-[0-9]* && ln -s $(tar_file) $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-$(VERSION)" $(CVS) tag RELEASE_$(GENERIC_MAJOR_VERSION)_$(GENERIC_MINOR_VERSION)_$(GENERIC_MICRO_VERSION) -release-publish: +release-publish: release-upload releases/$(sha1_file) @echo "" @echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)" @echo "including the following:" |