From eb215cae0e28d9f8d8c17b5c10e835a7b2b9acc3 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 24 Mar 2009 16:37:32 +0000 Subject: [PATCH] Fix release target. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7c14a35..3c32e9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,8 +57,8 @@ PROJECT=yubico-pam release: rm -f ChangeLog make ChangeLog distcheck - gpg -b $(PACKAGE)-$(VERSION).tgz - gpg --verify $(PACKAGE)-$(VERSION).tgz.sig + gpg -b $(PACKAGE)-$(VERSION).tar.gz + gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \ https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \ -m "Tagging the $(VERSION) release of the $(PACKAGE) project."