From 59135fd54eba67a2c7148b74e964980878ae32fc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Aug 2008 20:16:26 +0200 Subject: generate changelog from git history --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index d5900a6..2b84337 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,8 @@ fedora-snapshot: dist .PHONY: homepage dist-hook: - if test -d .svn ; then \ - svn update ; \ + if test -d .git ; then \ + git pull ; \ chmod u+w ${distdir}/ChangeLog || true ; \ - svn2cl -o ${distdir}/ChangeLog ; \ + git-changelog.perl > ${distdir}/ChangeLog ; \ fi -- cgit