]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
544c17871cbb949f00578aee6b46c5bb244a0efc
[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-performace-16.png \
54         images/seo-performace-24.png \
55         images/seo-performace-32.png \
56         images/seo-performace-48.png \
57         images/seo-performace-64.png \
58         images/seo-performace-72.png \
59         images/seo-performace-114.png \
60         images/seo-performace-128.png \
61         images/seo-performace-256.png \
62         images/seo-performace-512.png \
63         images/seo-performace-multi-size.ico \
64         images/seo-performace-multi-size.icns \
65         $(NULL)