]> arthur.barton.de Git - netdata.git/blobdiff - Makefile.am
.gitignore: add README
[netdata.git] / Makefile.am
index d0bc84d6ddc7cd23c6e14cfdbe6cd60e2599b8eb..6dcdfc1d1983682d64675f05233483b6da12921a 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
 #
-AUTOMAKE_OPTIONS=foreign dist-bzip2 1.10
+AUTOMAKE_OPTIONS=foreign dist-bzip2 dist-xz 1.10
 ACLOCAL_AMFLAGS = -I m4
 
 MAINTAINERCLEANFILES= \
@@ -18,18 +18,34 @@ MAINTAINERCLEANFILES= \
 
 EXTRA_DIST = \
        .gitignore \
-       README.md \
+       autogen.sh \
+       README \
+       LICENSE.md \
+       autogen.sh \
        netdata-9999.ebuild \
+       tests/stress.sh \
+       system/netdata-openrc \
+       system/netdata-systemd \
        $(NULL)
 
 SUBDIRS = \
        charts.d \
+       node.d \
        conf.d \
        plugins.d \
        src \
        web \
        $(NULL)
 
+if GIT_TREE
+
+all-local: README
+
+README: README.md
+       sed -e '/^## Features$$/p' -e '/^## Git/,/^## Features$$/d' $< > $@
+
+endif
+
 dist_noinst_DATA = netdata.spec
 
 # until integrated within build