]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
b20279f8b9d4784c07546784e162753d54f55e2c
[netdata.git] / web / Makefile.am
1 #
2 # Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
3 #
4 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
5
6 dist_web_DATA = \
7         datasource.html \
8         index.html \
9         index.js \
10         netdata.js \
11         robots.txt \
12         theme.css \
13         css/morris.css \
14         dashboard.html \
15         dashboard.js \
16         $(NULL)
17
18
19 weblibdir=$(webdir)/lib
20 dist_weblib_DATA = \
21         lib/dygraph-combined.js \
22         lib/dygraph-synchronizer.js \
23         lib/jquery-1.11.3.min.js \
24         lib/jquery.peity.min.js \
25         lib/jquery.sparkline.min.js \
26         lib/morris.min.js \
27         lib/raphael-min.js \
28         $(NULL)