mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
Make missing git-changelog.perl non-fatal
This commit is contained in:
parent
d675058358
commit
b709e1d7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ dist-hook:
|
||||||
if test -d .git ; then \
|
if test -d .git ; then \
|
||||||
git pull ; \
|
git pull ; \
|
||||||
chmod u+w ${distdir}/ChangeLog || true ; \
|
chmod u+w ${distdir}/ChangeLog || true ; \
|
||||||
git-changelog.perl > ${distdir}/ChangeLog ; \
|
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: homepage distcleancheck doxygen
|
.PHONY: homepage distcleancheck doxygen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue