From 64125e3890423fabeb48e20aa3a0ef8689a13606 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 15 Sep 2008 14:27:21 +0000 Subject: [PATCH] generate changelog --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 14726c7..4ca8f7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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."