be a little more verbose with revoked key and expired signature notices
[claws.git] / Makefile.am
index fa09d872518758930e978d1f853ae77603962e3e..eb390ba217a87ce7e34a455fd80a57588a852af2 100644 (file)
@@ -1,5 +1,9 @@
+# Makefile.am for toplevel directory
+# This file is part of Claws Mail package.
+# 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
 
@@ -8,15 +12,16 @@ EXTRA_DIST = \
        ChangeLog.gtk1 \
        ChangeLog.pre2.0.0 \
        ChangeLog.2.0.0-3.0.0 \
+       ChangeLog.3.0.0-3.9.0 \
        RELEASE_NOTES \
        claws-mail-128x128.png \
        claws-mail-64x64.png \
        claws-mail.pc.in \
        claws-mail.desktop \
        claws-mail.png \
+       claws-mail.appdata.xml \
        autogen.sh \
        claws-features.h.in \
-       version.in \
        version
 
 # hicolor icon theme, base class of all icon themes
@@ -34,6 +39,9 @@ pixmap128_DATA=claws-mail-128x128.png
 gnomapdir = $(datadir)/applications
 gnomap_DATA=claws-mail.desktop
 
+appdatadir=$(datadir)/appdata
+appdata_DATA = claws-mail.appdata.xml
+
 rename-icons:
        @cd $(DESTDIR)$(datadir)/icons/hicolor/64x64/apps && \
             mv claws-mail-64x64.png claws-mail.png
@@ -76,3 +84,12 @@ clawsinclude_HEADERS = \
 
 relnotesdir = $(docdir)
 relnotes_DATA = RELEASE_NOTES
+
+dist-local: ChangeLog
+
+maintainer-clean-local:
+       @rm -f ChangeLog
+       @rm -f version
+
+ChangeLog: version
+       @./tools/gitlog2changelog.py 3.9.0 > ChangeLog