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