From: Lennart Poettering Date: Tue, 30 Oct 2007 15:29:08 +0000 (+0000) Subject: make sjoerd happy, part #2: genereate ChangeLog when calling make dist X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;ds=sidebyside;h=a18e99668d90fcd5be715b55b6b48b65ab6680e9;p=catta make sjoerd happy, part #2: genereate ChangeLog when calling make dist git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1567 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/Makefile.am b/Makefile.am index 1173f2a..4d7efc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -300,3 +300,10 @@ homepage: $(MAKE) doxygen-run ssh tango rm -rf www/avahi.org/tree/download/doxygen scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen + +dist-hook: + if test -d .svn ; then \ + svn update ; \ + chmod u+w ${distdir}/ChangeLog || true ; \ + svn2cl -o ${distdir}/ChangeLog ; \ + fi