X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e78bbbbd5e69aee62a72df7034c14a3a68f6d073;hb=cbafeb005921f0e48d0de62331960ea644d9e2f4;hp=3153ff0646ca546d10c5096a02900050460cac28;hpb=dffd3b4edb8c7de3c4b68c6c7822d92d13e50ed4;p=netdata.git diff --git a/Makefile.am b/Makefile.am index 3153ff06..e78bbbbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,13 @@ MAINTAINERCLEANFILES= \ EXTRA_DIST = \ .gitignore \ + .codeclimate.yml \ + .csslintrc \ + .eslintignore \ + .eslintrc \ + .travis \ + m4/ax_check_enable_debug.m4 \ + m4/ax_c_statement_expressions.m4 \ autogen.sh \ README.md \ LICENSE.md \ @@ -39,6 +46,7 @@ SUBDIRS = \ $(NULL) dist_noinst_DATA= \ + diagrams/config.puml \ diagrams/registry.puml \ configs.signatures \ Dockerfile \ @@ -52,4 +60,5 @@ dist_noinst_SCRIPTS= \ coverity-scan.sh \ docker-build.sh \ netdata-installer.sh \ + installer/functions.sh \ $(NULL)