diff options
author | Colin Walters <walters@verbum.org> | 2011-03-30 16:41:09 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-03-31 16:53:24 -0400 |
commit | 2a5d17b099fc1e6e902d8efb6245154b6c781057 (patch) | |
tree | c22cd5c7d42507ff1213f143e73c913f7ea7f1e0 /Makefile.am | |
parent | 38b4273cc2e2cc669e3366db571f47db28a5c083 (diff) | |
download | gobject-introspection-2a5d17b099fc1e6e902d8efb6245154b6c781057.tar.gz |
Makefile: Make release targets depend on Makefile
So they get updated when configure changes.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 940fc1a1..00b6fc87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |