]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix release target (git-tag no longer exit with failure for non-existing tags).
authorSimon Josefsson <simon@josefsson.org>
Thu, 20 Sep 2007 11:55:44 +0000 (13:55 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 20 Sep 2007 11:55:44 +0000 (13:55 +0200)
Makefile.am

index a55659dcd49d94cd4204dd0ff49308fb8f9f4c32..da5b5d1cae9fd6313ad0de026947a65759b4c24d 100644 (file)
@@ -46,7 +46,7 @@ tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
 htmldir = ../www-$(PACKAGE)
 
 release:
-       ! git-tag -l $(tag) > /dev/null
+       ! git-tag -l $(tag) | grep $(PACKAGE) > /dev/null
        rm -f ChangeLog
        $(MAKE) ChangeLog distcheck
        git commit -m Generated. ChangeLog