2018-05-26 02:52:45 -04:00
|
|
|
if COND_WEBINTERFACE
|
|
|
|
WEBINTERFACE_SRC = \
|
2018-08-11 01:47:10 -04:00
|
|
|
index.html
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2021-05-04 16:01:00 -04:00
|
|
|
htdocsdir = $(datadir)/owntone/htdocs
|
2018-08-11 01:47:10 -04:00
|
|
|
|
|
|
|
dist_htdocs_DATA = \
|
|
|
|
$(WEBINTERFACE_SRC) \
|
2021-05-13 10:05:08 -04:00
|
|
|
android-chrome-192x192.png \
|
|
|
|
android-chrome-512x512.png \
|
2018-04-21 00:59:25 -04:00
|
|
|
apple-touch-icon.png \
|
|
|
|
browserconfig.xml \
|
2018-08-11 01:47:10 -04:00
|
|
|
favicon.ico \
|
2018-04-21 00:59:25 -04:00
|
|
|
favicon-16x16.png \
|
|
|
|
favicon-32x32.png \
|
|
|
|
mstile-150x150.png \
|
|
|
|
safari-pinned-tab.svg \
|
|
|
|
site.webmanifest
|
2017-08-12 13:43:10 -04:00
|
|
|
|
2018-08-11 01:47:10 -04:00
|
|
|
if COND_WEBINTERFACE
|
2021-05-04 16:01:00 -04:00
|
|
|
htdocsplayercssdir = $(datadir)/owntone/htdocs/player/css
|
2018-08-11 01:47:10 -04:00
|
|
|
|
|
|
|
dist_htdocsplayercss_DATA = \
|
|
|
|
player/css/app.css \
|
2018-10-27 00:14:45 -04:00
|
|
|
player/css/app.css.map \
|
|
|
|
player/css/chunk-vendors.css \
|
|
|
|
player/css/chunk-vendors.css.map
|
2018-08-11 01:47:10 -04:00
|
|
|
|
2021-05-04 16:01:00 -04:00
|
|
|
htdocsplayerfontsdir = $(datadir)/owntone/htdocs/player/fonts
|
2018-08-11 01:47:10 -04:00
|
|
|
|
|
|
|
dist_htdocsplayerfonts_DATA = \
|
2018-10-27 00:14:45 -04:00
|
|
|
player/fonts/materialdesignicons-webfont.ttf \
|
|
|
|
player/fonts/materialdesignicons-webfont.woff2 \
|
|
|
|
player/fonts/materialdesignicons-webfont.woff \
|
|
|
|
player/fonts/materialdesignicons-webfont.eot
|
2018-08-11 01:47:10 -04:00
|
|
|
|
2021-05-04 16:01:00 -04:00
|
|
|
htdocsplayerjsdir = $(datadir)/owntone/htdocs/player/js
|
2018-08-11 01:47:10 -04:00
|
|
|
|
|
|
|
dist_htdocsplayerjs_DATA = \
|
|
|
|
player/js/app.js \
|
|
|
|
player/js/app.js.map \
|
2018-10-27 00:14:45 -04:00
|
|
|
player/js/chunk-vendors.js \
|
2020-04-24 00:28:40 -04:00
|
|
|
player/js/chunk-vendors.js.map \
|
|
|
|
player/js/app-legacy.js \
|
|
|
|
player/js/app-legacy.js.map \
|
|
|
|
player/js/chunk-vendors-legacy.js \
|
|
|
|
player/js/chunk-vendors-legacy.js.map
|
2018-08-11 01:47:10 -04:00
|
|
|
|
2021-05-04 16:01:00 -04:00
|
|
|
htdocsplayerimgdir = $(datadir)/owntone/htdocs/player/img
|
2018-08-11 01:47:10 -04:00
|
|
|
|
|
|
|
dist_htdocsplayerimg_DATA = \
|
2018-10-27 00:14:45 -04:00
|
|
|
player/img/materialdesignicons-webfont.svg
|
2018-08-11 01:47:10 -04:00
|
|
|
endif
|