summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-30 17:05:55 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-30 17:05:55 +0000
commit7e9830821f35a5b8aa4fd792b64cc831c22f71d6 (patch)
tree7040098da89f4a42ad629604e1e70156612c271f /Makefile.am
parent66912ba614b7ebd63a5c2b56cced0e0c73202331 (diff)
prepare release
git-svn-id: file:///home/lennart/svn/public/paman/trunk@89 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 98ff05b..5c80a11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,3 +40,10 @@ fedora-snapshot: dist
.PHONY: homepage
+
+dist-hook:
+ if test -d .svn ; then \
+ svn update ; \
+ chmod u+w ${distdir}/ChangeLog || true ; \
+ svn2cl -o ${distdir}/ChangeLog ; \
+ fi