mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-07 18:54:20 +01:00
Add release target.
This commit is contained in:
parent
b65b8f2512
commit
1464f8335f
@ -63,3 +63,11 @@ LDADD = ./pam_yubico.la -lpam
|
|||||||
|
|
||||||
check_PROGRAMS = test
|
check_PROGRAMS = test
|
||||||
TESTS = $(check_PROGRAMS)
|
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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user