chiark / gitweb /
always get tool_active right
[disorder] / Makefile.am
index 64539a9f363f74d4eda860e31eb576465680551a..13f7727c6918fff63c9a6bb52f6228d7f005b519 100644 (file)
@@ -1,6 +1,6 @@
 #
 # This file is part of DisOrder.
-# Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+# Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,5 +22,8 @@ EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d       \
 README.upgrades README.client
 SUBDIRS=@subdirs@
 
+dist-hook:
+       bzr log > ${distdir}/ChangeLog.d/bzr-changelog
+
 echo-distdir:
        @echo $(distdir)