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