Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
f90fb78b
Commit
f90fb78b
authored
Dec 30, 2014
by
Thomas B. Rücker
😊
Browse files
Define webdir and admindir in each file for now
parent
1d8e1283
Changes
4
Hide whitespace changes
Inline
Side-by-side
admin/includes/Makefile.am
View file @
f90fb78b
...
...
@@ -2,6 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign
admindir
=
$(pkgdatadir)
/admin
otheradmindir
=
$(admindir)
/includes
otheradmin_DATA
=
footer.xsl head.xsl header.xsl mountnav.xsl
...
...
web/Makefile.am
View file @
f90fb78b
...
...
@@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS
=
assets
webdir
=
$(pkgdatadir)
/web
dist_
web_DATA
=
status.xsl
\
web_DATA
=
status.xsl
\
favicon.ico
\
icecast.png
\
style.css
\
...
...
@@ -15,3 +15,5 @@ dist_web_DATA = status.xsl \
key.png
\
status-json.xsl
\
xml2json.xslt
EXTRA_DIST
=
$(web_DATA)
web/assets/css/Makefile.am
View file @
f90fb78b
...
...
@@ -2,6 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign
webdir
=
$(pkgdatadir)
/web
otherwebdir
=
$(webdir)
/assets/css
otherweb_DATA
=
style.css
...
...
web/assets/font/Makefile.am
View file @
f90fb78b
...
...
@@ -2,6 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign
webdir
=
$(pkgdatadir)
/web
otherwebdir
=
$(webdir)
/assets/font
otherweb_DATA
=
FiraMono-Bold.eot FiraMono-Regular.eot
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment