From 7e9830821f35a5b8aa4fd792b64cc831c22f71d6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 30 Oct 2007 17:05:55 +0000 Subject: prepare release git-svn-id: file:///home/lennart/svn/public/paman/trunk@89 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') 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 -- cgit