X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=3a2cedfb58185993ba97e9c265e041033618eec4;hb=fdb1257d906d5d08f41b75216130c4eb1ac9c837;hp=f29c4a34740e5c9ee09961d0fb4a169a73cdb167;hpb=4c85e7362dc3f4ec875e711fbf255f186c9085ed;p=netdata.git diff --git a/Makefile.am b/Makefile.am index f29c4a34..3a2cedfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,9 @@ MAINTAINERCLEANFILES= \ EXTRA_DIST = \ .gitignore \ autogen.sh \ - README \ + README.md \ LICENSE.md \ + COPYING \ autogen.sh \ netdata-9999.ebuild \ tests/stress.sh \ @@ -31,20 +32,13 @@ SUBDIRS = \ 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