summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-30 15:29:08 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-30 15:29:08 +0000
commita18e99668d90fcd5be715b55b6b48b65ab6680e9 (patch)
tree8406003148939069fb46d80d0337ed88b775c1ce
parent58ee9d8c85293eefa1e901c660fb30bf2b9122c8 (diff)
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
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
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