]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
more optimizations; a working example of a full dashboard
[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         dashboard_full.html \
14         dashboard.html \
15         dashboard.js \
16         dashboard.css \
17         $(NULL)
18
19
20 weblibdir=$(webdir)/lib
21 dist_weblib_DATA = \
22         lib/dygraph-combined.js \
23         lib/dygraph-smooth-plotter.js \
24         lib/jquery-1.11.3.min.js \
25         lib/jquery.peity.min.js \
26         lib/jquery.sparkline.min.js \
27         lib/morris.min.js \
28         css/morris.css \
29         lib/raphael-min.js \
30         lib/jquery.easypiechart.min.js \
31         lib/jquery.nanoscroller.min.js \
32         lib/bootstrap.min.js \
33         css/bootstrap.min.css \
34         css/bootstrap-theme.min.css \
35         fonts/glyphicons-halflings-regular.eot \
36         fonts/glyphicons-halflings-regular.svg \
37         fonts/glyphicons-halflings-regular.ttf \
38         fonts/glyphicons-halflings-regular.woff \
39         fonts/glyphicons-halflings-regular.woff2 \
40         $(NULL)