1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-01-19 07:52:17 +01:00

Fix release target.

This commit is contained in:
Simon Josefsson 2009-12-15 21:06:09 +00:00
parent 02d8971d9c
commit cec73c1410

View File

@ -88,7 +88,6 @@ clean:
rm -rf $(PACKAGE)-$(VERSION)
release: dist
make
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \