summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-30 16:52:36 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-30 16:52:36 +0000
commit169fe24933e37fa9c9d63be96d15470e6b90f333 (patch)
tree9287b91ea1b74679afdb342e73c4b3bb1910c8cd /Makefile.am
parent1b5dba2542a8007d2aadf79771cc0682f83385b7 (diff)
prepare release
git-svn-id: file:///home/lennart/svn/public/paprefs/trunk@32 54a58c19-9419-0410-9bbb-d8fa3e5d54ff
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 cd6da95..1110d32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,3 +53,10 @@ fedora-snapshot: dist
.PHONY: homepage
ACLOCAL_AMFLAGS = -I m4
+
+dist-hook:
+ if test -d .svn ; then \
+ svn update ; \
+ chmod u+w ${distdir}/ChangeLog || true ; \
+ svn2cl -o ${distdir}/ChangeLog ; \
+ fi