X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=85072a524a2628aa2dda54a86ff05e8a739d063b;hb=1114a920dca56987146dc63e5eecfcb31b827678;hp=6dcdfc1d1983682d64675f05233483b6da12921a;hpb=b028bae55579af7a84b2deb5623eaf6398dd4aaf;p=netdata.git diff --git a/Makefile.am b/Makefile.am index 6dcdfc1d..85072a52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,33 +19,25 @@ MAINTAINERCLEANFILES= \ EXTRA_DIST = \ .gitignore \ autogen.sh \ - README \ + README.md \ LICENSE.md \ + COPYING \ autogen.sh \ - netdata-9999.ebuild \ tests/stress.sh \ - system/netdata-openrc \ - system/netdata-systemd \ $(NULL) SUBDIRS = \ charts.d \ - node.d \ conf.d \ + node.d \ plugins.d \ + python.d \ src \ + system \ web \ + contrib \ $(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