]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
fix install for css and fonts
[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         $(NULL)
18
19
20 weblibdir=$(webdir)/lib
21 dist_weblib_DATA = \
22         lib/dygraph-combined.js \
23         lib/dygraph-smooth-plotter.js \
24         lib/jquery-1.11.3.min.js \
25         lib/jquery.peity.min.js \
26         lib/jquery.sparkline.min.js \
27         lib/morris.min.js \
28         lib/raphael-min.js \
29         lib/jquery.easypiechart.min.js \
30         lib/jquery.nanoscroller.min.js \
31         lib/bootstrap.min.js \
32         $(NULL)
33
34 webcssdir=$(webdir)/css
35 dist_webcss_DATA = \
36         css/morris.css \
37         css/bootstrap.min.css \
38         css/bootstrap-theme.min.css \
39         $(NULL)
40
41 webfontsdir=$(webdir)/fonts
42 dist_webfonts_DATA = \
43         fonts/glyphicons-halflings-regular.eot \
44         fonts/glyphicons-halflings-regular.svg \
45         fonts/glyphicons-halflings-regular.ttf \
46         fonts/glyphicons-halflings-regular.woff \
47         fonts/glyphicons-halflings-regular.woff2 \
48         $(NULL)