From: Lennart Poettering Date: Mon, 20 Oct 2008 18:33:28 +0000 (+0200) Subject: Make missing git-changelog.perl non-fatal X-Git-Tag: v0.9.15-test1~322 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b709e1d7b40ddd5b92298fe8061604bf9037bbcf;p=platform%2Fupstream%2Fpulseaudio.git Make missing git-changelog.perl non-fatal --- diff --git a/Makefile.am b/Makefile.am index facce0d..ebc5e69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ dist-hook: if test -d .git ; then \ git pull ; \ chmod u+w ${distdir}/ChangeLog || true ; \ - git-changelog.perl > ${distdir}/ChangeLog ; \ + ( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \ fi .PHONY: homepage distcleancheck doxygen