mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Define webdir and admindir in each file for now
This commit is contained in:
parent
1d8e128320
commit
f90fb78ba0
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
admindir = $(pkgdatadir)/admin
|
||||||
otheradmindir = $(admindir)/includes
|
otheradmindir = $(admindir)/includes
|
||||||
otheradmin_DATA = footer.xsl head.xsl header.xsl mountnav.xsl
|
otheradmin_DATA = footer.xsl head.xsl header.xsl mountnav.xsl
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign
|
|||||||
SUBDIRS = assets
|
SUBDIRS = assets
|
||||||
|
|
||||||
webdir = $(pkgdatadir)/web
|
webdir = $(pkgdatadir)/web
|
||||||
dist_web_DATA = status.xsl \
|
web_DATA = status.xsl \
|
||||||
favicon.ico \
|
favicon.ico \
|
||||||
icecast.png \
|
icecast.png \
|
||||||
style.css \
|
style.css \
|
||||||
@ -15,3 +15,5 @@ dist_web_DATA = status.xsl \
|
|||||||
key.png \
|
key.png \
|
||||||
status-json.xsl \
|
status-json.xsl \
|
||||||
xml2json.xslt
|
xml2json.xslt
|
||||||
|
|
||||||
|
EXTRA_DIST = $(web_DATA)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
webdir = $(pkgdatadir)/web
|
||||||
otherwebdir = $(webdir)/assets/css
|
otherwebdir = $(webdir)/assets/css
|
||||||
|
|
||||||
otherweb_DATA = style.css
|
otherweb_DATA = style.css
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
webdir = $(pkgdatadir)/web
|
||||||
otherwebdir = $(webdir)/assets/font
|
otherwebdir = $(webdir)/assets/font
|
||||||
|
|
||||||
otherweb_DATA = FiraMono-Bold.eot FiraMono-Regular.eot \
|
otherweb_DATA = FiraMono-Bold.eot FiraMono-Regular.eot \
|
||||||
|
Loading…
Reference in New Issue
Block a user