]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
Merge pull request #1467 from l2isbad/python.d.plugin_minor_fixes
[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         demosites2.html \
11         dashboard.html \
12         dashboard.js \
13         dashboard_info.js \
14         dashboard.css \
15         dashboard.slate.css \
16         favicon.ico \
17         goto-host-from-alarm.html \
18         index.html \
19         netdata-swagger.yaml \
20         netdata-swagger.json \
21         robots.txt \
22         registry.html \
23         tv.html \
24         version.txt \
25         $(NULL)
26
27 webolddir=$(webdir)/old
28 dist_webold_DATA = \
29         old/datasource.html \
30         old/index.html \
31         old/index.js \
32         old/netdata.js \
33         old/theme.css \
34         $(NULL)
35
36 weblibdir=$(webdir)/lib
37 dist_weblib_DATA = \
38         lib/bootstrap-3.3.7.min.js \
39         lib/bootstrap-table-1.11.0.min.js \
40         lib/bootstrap-table-export-1.11.0.min.js \
41         lib/bootstrap-toggle-2.2.2.min.js \
42         lib/c3-0.4.11.min.js \
43         lib/d3-3.5.17.min.js \
44         lib/dygraph-combined-dd74404.js \
45         lib/dygraph-smooth-plotter-dd74404.js \
46         lib/gauge-d5260c3.min.js \
47         lib/jquery-2.2.4.min.js \
48         lib/jquery.easypiechart-97b5824.min.js \
49         lib/perfect-scrollbar-0.6.15.min.js \
50         lib/jquery.peity-3.2.0.min.js \
51         lib/jquery.sparkline-2.1.2.min.js \
52         lib/morris-0.5.1.min.js \
53         lib/raphael-2.2.4-min.js \
54         lib/tableExport-1.6.0.min.js \
55         $(NULL)
56
57 webcssdir=$(webdir)/css
58 dist_webcss_DATA = \
59         css/morris-0.5.1.css \
60         css/bootstrap-3.3.7.css \
61         css/bootstrap-theme-3.3.7.min.css \
62         css/bootstrap-slate-flat-3.3.7.css \
63         css/bootstrap-toggle-2.2.2.min.css \
64         css/font-awesome.min.css \
65         css/c3-0.4.11.min.css \
66         $(NULL)
67
68 webfontsdir=$(webdir)/fonts
69 dist_webfonts_DATA = \
70         fonts/glyphicons-halflings-regular.eot \
71         fonts/glyphicons-halflings-regular.svg \
72         fonts/glyphicons-halflings-regular.ttf \
73         fonts/glyphicons-halflings-regular.woff \
74         fonts/glyphicons-halflings-regular.woff2 \
75         fonts/FontAwesome.otf \
76         fonts/fontawesome-webfont.eot \
77         fonts/fontawesome-webfont.svg \
78         fonts/fontawesome-webfont.ttf \
79         fonts/fontawesome-webfont.woff \
80         fonts/fontawesome-webfont.woff2 \
81         $(NULL)
82
83 webimagesdir=$(webdir)/images
84 dist_webimages_DATA = \
85         images/alert-128-orange.png \
86         images/alert-128-red.png \
87         images/alert-multi-size-orange.ico \
88         images/alert-multi-size-red.ico \
89         images/animated.gif \
90         images/check-mark-2-128-green.png \
91         images/check-mark-2-multi-size-green.ico \
92         images/post.png \
93         images/seo-performance-16.png \
94         images/seo-performance-24.png \
95         images/seo-performance-32.png \
96         images/seo-performance-48.png \
97         images/seo-performance-64.png \
98         images/seo-performance-72.png \
99         images/seo-performance-114.png \
100         images/seo-performance-128.png \
101         images/seo-performance-256.png \
102         images/seo-performance-512.png \
103         images/seo-performance-multi-size.ico \
104         images/seo-performance-multi-size.icns \
105         $(NULL)
106
107
108 webwellknowndir=$(webdir)/.well-known
109 dist_webwellknown_DATA = \
110         $(NULL)
111
112 webdntdir=$(webdir)/.well-known/dnt
113 dist_webdnt_DATA = \
114         .well-known/dnt/cookies \
115         $(NULL)
116
117 version.txt:
118         if test -d "$(top_srcdir)/.git"; then \
119                 git --git-dir="$(top_srcdir)/.git" log -n 1 --format=%H; \
120         fi > $@.tmp
121         test -s $@.tmp || echo 0 > $@.tmp
122         mv $@.tmp $@
123
124 .PHONY: version.txt