blob: 685241e4f1c4628ab832ed39f102b7baa5fbd47d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# SPDX-License-Identifier: GPL-3.0-or-later
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)
dist_noinst_SCRIPTS = \
build.sh \
$(NULL)
|