generate changelog from git history
This commit is contained in:
parent
1a75fb1ddd
commit
59135fd54e
|
@ -39,8 +39,8 @@ fedora-snapshot: dist
|
||||||
.PHONY: homepage
|
.PHONY: homepage
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
if test -d .svn ; then \
|
if test -d .git ; then \
|
||||||
svn update ; \
|
git pull ; \
|
||||||
chmod u+w ${distdir}/ChangeLog || true ; \
|
chmod u+w ${distdir}/ChangeLog || true ; \
|
||||||
svn2cl -o ${distdir}/ChangeLog ; \
|
git-changelog.perl > ${distdir}/ChangeLog ; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue