1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-31 16:52:19 +01:00

Add release target.

This commit is contained in:
Simon Josefsson 2008-01-11 12:53:21 +00:00
parent b65b8f2512
commit 1464f8335f

View File

@ -63,3 +63,11 @@ LDADD = ./pam_yubico.la -lpam
check_PROGRAMS = test
TESTS = $(check_PROGRAMS)
# Release
release:
make distcheck
svn copy https://yubico-pam.googlecode.com/svn/trunk/ \
https://yubico-pam.googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \
-m "Tagging the $(VERSION) release of the $(PACKAGE) project."