From ed9e163c163eba68f7e8d658b75ca14fde9b6ac0 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 24 Mar 2009 11:17:37 +0000 Subject: [PATCH] Fix release target. --- Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b00a08..52502c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,11 +52,15 @@ TESTS = $(check_PROGRAMS) ChangeLog: svn2cl +PROJECT=yubico-pam + release: rm -f ChangeLog make ChangeLog distcheck - svn copy https://yubico-pam.googlecode.com/svn/trunk/ \ - https://yubico-pam.googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \ + 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." - googlecode_upload.py -s "pam_yubico $(VERSION)" \ + googlecode_upload.py -s "$(PACKAGE) $(VERSION)" \ -p yubico-pam -u simon75j $(PACKAGE)-$(VERSION).tar.gz + googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \ + -p php-yubico -u simon75j $(PACKAGE)-$(VERSION).tar.gz.sig