mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
b6b01430ef
Now validates completely as XHTML1.0 strict. Also improves rendering on mobile devices. svn path=/icecast/trunk/icecast/; revision=19099
14 lines
348 B
Makefile
14 lines
348 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
webdir = $(pkgdatadir)/web
|
|
dist_web_DATA = status.xsl \
|
|
status2.xsl \
|
|
icecast.png \
|
|
style.css \
|
|
auth.xsl \
|
|
server_version.xsl \
|
|
tunein.png \
|
|
key.png
|