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

generate changelog

This commit is contained in:
Simon Josefsson 2008-09-15 14:27:21 +00:00
parent 4e91e4ee00
commit 64125e3890

View File

@ -54,8 +54,12 @@ TESTS = $(check_PROGRAMS)
# Release # Release
ChangeLog:
svn2cl
release: release:
make distcheck rm -f ChangeLog
make ChangeLog distcheck
svn copy https://yubico-pam.googlecode.com/svn/trunk/ \ svn copy https://yubico-pam.googlecode.com/svn/trunk/ \
https://yubico-pam.googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \ https://yubico-pam.googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \
-m "Tagging the $(VERSION) release of the $(PACKAGE) project." -m "Tagging the $(VERSION) release of the $(PACKAGE) project."