1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 07:52:23 +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
ChangeLog:
svn2cl
release:
make distcheck
rm -f ChangeLog
make ChangeLog 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."