mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
14 lines
522 B
Makefile
14 lines
522 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
docdir = $(datadir)/doc/icecast
|
|
doc_DATA = index.html icecast2_admin.html icecast2_basicsetup.html \
|
|
icecast2_config_file.html icecast2_faq.html icecast2_glossary.html \
|
|
icecast2_introduction.html icecast2_relay.html icecast2_stats.html \
|
|
icecast2_win32.html icecast2_yp.html icecast2_auth.html icecast2_changes.html \
|
|
listener_auth1.jpg listener_auth2.jpg listener_auth3.jpg \
|
|
masterslave.png relay.png
|
|
|
|
EXTRA_DIST = $(doc_DATA)
|