1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-17 21:54:15 +01:00

Fix release target.

This commit is contained in:
Simon Josefsson 2009-03-24 16:37:32 +00:00
parent 122114dced
commit eb215cae0e

View File

@ -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."