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