From: Simon Josefsson Date: Thu, 20 Sep 2007 11:55:44 +0000 (+0200) Subject: Fix release target (git-tag no longer exit with failure for non-existing tags). X-Git-Tag: gnutls_2_0_1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3f7dcf049a13cbfb3d064fcfa9faa60d8a11122;p=thirdparty%2Fgnutls.git Fix release target (git-tag no longer exit with failure for non-existing tags). --- diff --git a/Makefile.am b/Makefile.am index a55659dcd4..da5b5d1cae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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