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