generate changelog from git history

This commit is contained in:
Lennart Poettering 2008-08-05 20:16:26 +02:00
parent 1a75fb1ddd
commit 59135fd54e
1 changed files with 3 additions and 3 deletions

View File

@ -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