]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
added c3 charts; added easyPieChart to default 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         robots.txt \
8         index.html \
9         dashboard.html \
10         dashboard.js \
11         dashboard.css \
12         favicon.ico \
13         netdata-swagger.yaml \
14         netdata-swagger.json \
15         $(NULL)
16
17 webolddir=$(webdir)/old
18 dist_webold_DATA = \
19         old/datasource.html \
20         old/index.html \
21         old/index.js \
22         old/netdata.js \
23         old/theme.css \
24         $(NULL)
25
26 weblibdir=$(webdir)/lib
27 dist_weblib_DATA = \
28         lib/dygraph-combined.js \
29         lib/dygraph-smooth-plotter.js \
30         lib/jquery-1.11.3.min.js \
31         lib/jquery.peity.min.js \
32         lib/jquery.sparkline.min.js \
33         lib/morris.min.js \
34         lib/raphael-min.js \
35         lib/jquery.easypiechart.min.js \
36         lib/jquery.nanoscroller.min.js \
37         lib/bootstrap.min.js \
38         lib/ElementQueries.js \
39         lib/ResizeSensor.js \
40         lib/bootstrap-toggle.min.js \
41         lib/c3.min.js \
42         lib/d3.min.js \
43         $(NULL)
44
45 webcssdir=$(webdir)/css
46 dist_webcss_DATA = \
47         css/morris.css \
48         css/bootstrap.min.css \
49         css/bootstrap-theme.min.css \
50         css/font-awesome.min.css \
51         css/bootstrap-toggle.min.css \
52         css/c3.min.css \
53         $(NULL)
54
55 webfontsdir=$(webdir)/fonts
56 dist_webfonts_DATA = \
57         fonts/glyphicons-halflings-regular.eot \
58         fonts/glyphicons-halflings-regular.svg \
59         fonts/glyphicons-halflings-regular.ttf \
60         fonts/glyphicons-halflings-regular.woff \
61         fonts/glyphicons-halflings-regular.woff2 \
62         fonts/FontAwesome.otf \
63         fonts/fontawesome-webfont.eot \
64         fonts/fontawesome-webfont.svg \
65         fonts/fontawesome-webfont.ttf \
66         fonts/fontawesome-webfont.woff \
67         fonts/fontawesome-webfont.woff2 \
68         $(NULL)
69
70 webimagesdir=$(webdir)/images
71 dist_webimages_DATA = \
72         images/seo-performance-16.png \
73         images/seo-performance-24.png \
74         images/seo-performance-32.png \
75         images/seo-performance-48.png \
76         images/seo-performance-64.png \
77         images/seo-performance-72.png \
78         images/seo-performance-114.png \
79         images/seo-performance-128.png \
80         images/seo-performance-256.png \
81         images/seo-performance-512.png \
82         images/seo-performance-multi-size.ico \
83         images/seo-performance-multi-size.icns \
84         $(NULL)
85
86