implement RFE 3314, 'user can't see validity of gpg signatures' [SIC]
[claws.git] / Makefile.am
index 10bc3ffb2159b780ce319d1afba58be6791aa432..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,10 +82,11 @@ clawsinclude_HEADERS = \
 relnotesdir = $(docdir)
 relnotes_DATA = RELEASE_NOTES
 
-dist-hook: ChangeLog
+dist-local: ChangeLog
 
-clean-local:
+maintainer-clean-local:
        @rm -f ChangeLog
+       @rm -f version
 
 ChangeLog: version
        @./tools/gitlog2changelog.py 3.9.0 > ChangeLog