1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 12:54:16 +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: release:
rm -f ChangeLog rm -f ChangeLog
make ChangeLog distcheck make ChangeLog distcheck
gpg -b $(PACKAGE)-$(VERSION).tgz gpg -b $(PACKAGE)-$(VERSION).tar.gz
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig
svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \ svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \
https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \ https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \
-m "Tagging the $(VERSION) release of the $(PACKAGE) project." -m "Tagging the $(VERSION) release of the $(PACKAGE) project."