]> code.delx.au - pulseaudio/commitdiff
Make missing git-changelog.perl non-fatal
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Oct 2008 18:33:28 +0000 (20:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Oct 2008 18:33:28 +0000 (20:33 +0200)
Makefile.am

index facce0df51051692bb8ee7789f307d06b4bf916d..ebc5e694fc18786869e8e8d68bdbfeb89116d588 100644 (file)
@@ -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