From 1464f8335f81427920fb59002b3d49c89cc7b9be Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 11 Jan 2008 12:53:21 +0000 Subject: [PATCH] Add release target. --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index 43dd9a3..34c420f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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."