mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
92dfbc5be5
svn path=/icecast/trunk/icecast/; revision=19324
9 lines
177 B
Makefile
9 lines
177 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
docdir = $(datadir)/doc/icecast/assets/css
|
|
doc_DATA = style.css
|
|
|
|
EXTRA_DIST = $(doc_DATA)
|