[gobject-introspection] build: Fix release bits
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] build: Fix release bits
- Date: Wed, 27 Jul 2011 18:41:00 +0000 (UTC)
commit 6937ba22b391347687b97cdb81e01b4ac2cab23b
Author: Colin Walters <walters verbum org>
Date: Wed Jul 27 14:37:34 2011 -0400
build: Fix release bits
Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 01680a7..f32889f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,13 +89,13 @@ VERSION= VERSION@
DISTNAME=$(PACKAGE)-$(VERSION).tar$(COMPRESSION)
TAG_VERSION=$(shell echo $(VERSION) |sed s/\\\./_/g)
-prepare-release-tag: Makefile.release
+prepare-release-tag: Makefile
git tag -m "Tag $(TAG_VERSION)" -a $(TAG_PREFIX)$(TAG_VERSION)
-prepare-minor-release: $(DISTNAME) prepare-release-tag
+prepare-minor-release: $(DISTNAME) prepare-release-tag Makefile
env top_srcdir=$(top_srcdir) python $(top_srcdir)/tools/verbump.py
-upload-release: $(DISTNAME)
+upload-release: $(DISTNAME) Makefile
git log origin/master..master
@echo -n "Ok to push? [y/N] "; read ans; test x$$ans == xy || exit 1
git push --tags origin master:master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]