]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
7581fb51d555b05e049a58b69252c8843d4e4506
[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         favicon.ico \
18         $(NULL)
19
20
21 weblibdir=$(webdir)/lib
22 dist_weblib_DATA = \
23         lib/dygraph-combined.js \
24         lib/dygraph-smooth-plotter.js \
25         lib/jquery-1.11.3.min.js \
26         lib/jquery.peity.min.js \
27         lib/jquery.sparkline.min.js \
28         lib/morris.min.js \
29         lib/raphael-min.js \
30         lib/jquery.easypiechart.min.js \
31         lib/jquery.nanoscroller.min.js \
32         lib/bootstrap.min.js \
33         $(NULL)
34
35 webcssdir=$(webdir)/css
36 dist_webcss_DATA = \
37         css/morris.css \
38         css/bootstrap.min.css \
39         css/bootstrap-theme.min.css \
40         $(NULL)
41
42 webfontsdir=$(webdir)/fonts
43 dist_webfonts_DATA = \
44         fonts/glyphicons-halflings-regular.eot \
45         fonts/glyphicons-halflings-regular.svg \
46         fonts/glyphicons-halflings-regular.ttf \
47         fonts/glyphicons-halflings-regular.woff \
48         fonts/glyphicons-halflings-regular.woff2 \
49         $(NULL)
50
51 webimagesdir=$(webdir)/images
52 dist_webimages_DATA = \
53         images/seo-performance-16.png \
54         images/seo-performance-24.png \
55         images/seo-performance-32.png \
56         images/seo-performance-48.png \
57         images/seo-performance-64.png \
58         images/seo-performance-72.png \
59         images/seo-performance-114.png \
60         images/seo-performance-128.png \
61         images/seo-performance-256.png \
62         images/seo-performance-512.png \
63         images/seo-performance-multi-size.ico \
64         images/seo-performance-multi-size.icns \
65         $(NULL)