Fix a teensy weensy memory leak in Action configuration dialog.
[claws.git] / Makefile.am
index d2c8831817e029486d08fab4184899bd4a40d3b2..3fdb4aabf4250332b5abc8c37029ad7a8e98517c 100644 (file)
@@ -1,5 +1,10 @@
+# Copyright 1999-2014 the Claws Mail team.
+# This file is part of Claws Mail package, and distributed under the
+# terms of the General Public License version 3 (or later).
+# See COPYING file for license details.
+
 ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = dist-bzip2
+AUTOMAKE_OPTIONS = dist-bzip2 dist-xz
 
 SUBDIRS = m4 po src tools config doc manual
 
@@ -17,7 +22,6 @@ EXTRA_DIST = \
        claws-mail.png \
        autogen.sh \
        claws-features.h.in \
-       version.in \
        version
 
 # hicolor icon theme, base class of all icon themes
@@ -78,6 +82,11 @@ clawsinclude_HEADERS = \
 relnotesdir = $(docdir)
 relnotes_DATA = RELEASE_NOTES
 
-dist-hook:
+dist-local: ChangeLog
+
+maintainer-clean-local:
        @rm -f ChangeLog
+       @rm -f version
+
+ChangeLog: version
        @./tools/gitlog2changelog.py 3.9.0 > ChangeLog