test and corrections for utf32_is_word_boundary()
[disorder] / Makefile.am
index 64539a9..0b6f5a7 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
 #
 
 EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d        \
-README.upgrades README.client
+README.upgrades README.client README.mac README.raw
 SUBDIRS=@subdirs@
 
+dist-hook:
+       bzr log > ${distdir}/ChangeLog.d/bzr-changelog
+
 echo-distdir:
        @echo $(distdir)
+
+echo-version:
+       @echo $(VERSION)