diff options
Diffstat (limited to '')
-rw-r--r-- | diagrams/Makefile.am | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/diagrams/Makefile.am b/diagrams/Makefile.am index 685241e4f..475ca89f8 100644 --- a/diagrams/Makefile.am +++ b/diagrams/Makefile.am @@ -3,22 +3,22 @@ MAINTAINERCLEANFILES= $(srcdir)/Makefile.in dist_noinst_DATA = \ - config.puml \ - registry.puml \ - netdata-for-ephemeral-nodes.xml \ - netdata-proxies-example.xml \ - netdata-overview.xml \ - data_structures/netdata_config.svg \ - data_structures/README.md \ - data_structures/registry.svg \ - data_structures/rrd.svg \ - data_structures/web.svg \ - data_structures/src/netdata_config.xml \ - data_structures/src/registry.xml \ - data_structures/src/rrd.xml \ - data_structures/src/web.xml \ - $(NULL) + config.puml \ + registry.puml \ + netdata-for-ephemeral-nodes.xml \ + netdata-proxies-example.xml \ + netdata-overview.xml \ + data_structures/netdata_config.svg \ + data_structures/README.md \ + data_structures/registry.svg \ + data_structures/rrd.svg \ + data_structures/web.svg \ + data_structures/src/netdata_config.xml \ + data_structures/src/registry.xml \ + data_structures/src/rrd.xml \ + data_structures/src/web.xml \ + $(NULL) dist_noinst_SCRIPTS = \ - build.sh \ - $(NULL) + build.sh \ + $(NULL) |