generate changelog from git history
This commit is contained in:
parent
1a75fb1ddd
commit
59135fd54e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue