From ed0914737e8bda2c1ccb0509f1a93633f21ce7a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Aug 2008 20:22:09 +0200 Subject: generate changelogs from git history --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9e17dcb..05ecb60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,8 +53,8 @@ fedora-snapshot: dist ACLOCAL_AMFLAGS = -I m4 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