From 0a0708560d43f08dcbbc2464da8e23d8f0028288 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 21 Dec 2005 23:01:44 +0000 Subject: [PATCH] 2005-12-21 23:01:44 by steve Sign the release tarball as part of 'make release' --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cc39e3..0f6491e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.22 2005-12-21 19:58:52 steve Exp $ +# $Id: Makefile,v 1.23 2005-12-21 23:01:44 steve Exp $ # @@ -99,6 +99,8 @@ release: clean changelog manpages gzip $(DIST_PREFIX)/$(BASE)-$(VERSION).tar mv $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz . rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION) + gpg --armour --detach-sign $(BASE)-$(VERSION).tar.gz + test: