Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Makefile: Make release targets depend on Makefile
Browse files Browse the repository at this point in the history
So they get updated when configure changes.
  • Loading branch information
cgwalters committed Mar 30, 2011
1 parent f42e9d2 commit 4d2c525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -55,13 +55,13 @@ EXTRA_DIST += \
misc/pre-commit \
misc/pyflakes.py

prepare-release-tag:
prepare-release-tag: Makefile
@TAG=`echo $(VERSION)|sed s/\\\./_/g`;\
echo "git tag GOBJECT_INTROSPECTION_$$TAG"; \
git tag -m "Tag $$VERSION" -a \
GOBJECT_INTROSPECTION_$$TAG

prepare-minor-release: $(distdir).tar.bz2 prepare-release-tag
prepare-minor-release: Makefile $(distdir).tar.bz2 prepare-release-tag
python $(top_srcdir)/tools/verbump.py

upload-release: $(distdir).tar.bz2
Expand Down

0 comments on commit 4d2c525

Please sign in to comment.