summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-03-22 16:27:39 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-03-22 16:27:39 +0000
commit42162f84ac2d24cb6b425c180fe385aa3269cb9b (patch)
treeb516b303e0cc638da15dee7a26d5f5d5c7914f78 /Makefile.am
parent0e3ae6bedfc791a1e766c0f8aff9348fd5e2a6cc (diff)
Move ChangeLog to ChangeLog.old. Generate ChangeLog from Darcs history at dist time
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c7dc72..fce33e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,3 +20,6 @@ SUBDIRS = data \
src \
tests
+dist-hook:
+ chmod a+w ${distdir}/ChangeLog
+ if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi