mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
92dfbc5be5
svn path=/icecast/trunk/icecast/; revision=19324
13 lines
371 B
Makefile
13 lines
371 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = assets img
|
|
|
|
docdir = $(datadir)/doc/icecast
|
|
doc_DATA = admin-interface.html auth.html changes.html faq.html \
|
|
introduction.html relaying.html win32.html basic-setup.html \
|
|
config-file.html glossary.html index.html server-stats.html yp.html
|
|
|
|
EXTRA_DIST = $(doc_DATA)
|