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