]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
new demo dashboard to monitor the demo sites; updated tv.html to support slow browsers
[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         demo.html \
8         demo2.html \
9         demosites.html \
10         dashboard.html \
11         dashboard.js \
12         dashboard.css \
13         dashboard.slate.css \
14         favicon.ico \
15         index.html \
16         netdata-swagger.yaml \
17         netdata-swagger.json \
18         robots.txt \
19         tv.html \
20         version.txt \
21         $(NULL)
22
23 webolddir=$(webdir)/old
24 dist_webold_DATA = \
25         old/datasource.html \
26         old/index.html \
27         old/index.js \
28         old/netdata.js \
29         old/theme.css \
30         $(NULL)
31
32 weblibdir=$(webdir)/lib
33 dist_weblib_DATA = \
34         lib/dygraph-combined.js \
35         lib/dygraph-smooth-plotter.js \
36         lib/jquery-1.12.0.min.js \
37         lib/jquery.peity.min.js \
38         lib/jquery.sparkline.min.js \
39         lib/morris.min.js \
40         lib/raphael-min.js \
41         lib/jquery.easypiechart.min.js \
42         lib/jquery.nanoscroller.min.js \
43         lib/bootstrap.min.js \
44         lib/ElementQueries.js \
45         lib/ResizeSensor.js \
46         lib/bootstrap-toggle.min.js \
47         lib/c3.min.js \
48         lib/d3.min.js \
49         lib/gauge.min.js \
50         $(NULL)
51
52 webcssdir=$(webdir)/css
53 dist_webcss_DATA = \
54         css/morris.css \
55         css/bootstrap.min.css \
56         css/bootstrap-theme.min.css \
57         css/bootstrap.slate.min.css \
58         css/font-awesome.min.css \
59         css/bootstrap-toggle.min.css \
60         css/c3.min.css \
61         $(NULL)
62
63 webfontsdir=$(webdir)/fonts
64 dist_webfonts_DATA = \
65         fonts/glyphicons-halflings-regular.eot \
66         fonts/glyphicons-halflings-regular.svg \
67         fonts/glyphicons-halflings-regular.ttf \
68         fonts/glyphicons-halflings-regular.woff \
69         fonts/glyphicons-halflings-regular.woff2 \
70         fonts/FontAwesome.otf \
71         fonts/fontawesome-webfont.eot \
72         fonts/fontawesome-webfont.svg \
73         fonts/fontawesome-webfont.ttf \
74         fonts/fontawesome-webfont.woff \
75         fonts/fontawesome-webfont.woff2 \
76         $(NULL)
77
78 webimagesdir=$(webdir)/images
79 dist_webimages_DATA = \
80         images/seo-performance-16.png \
81         images/seo-performance-24.png \
82         images/seo-performance-32.png \
83         images/seo-performance-48.png \
84         images/seo-performance-64.png \
85         images/seo-performance-72.png \
86         images/seo-performance-114.png \
87         images/seo-performance-128.png \
88         images/seo-performance-256.png \
89         images/seo-performance-512.png \
90         images/seo-performance-multi-size.ico \
91         images/seo-performance-multi-size.icns \
92         $(NULL)
93
94 version.txt:
95         if test -d "$(top_srcdir)/.git"; then \
96                 git --git-dir="$(top_srcdir)/.git" log -n 1 --format=%H; \
97         fi > $@.tmp
98         test -s $@.tmp || echo 0 > $@.tmp
99         mv $@.tmp $@
100
101 .PHONY: version.txt