2002-09-24 04:16:24 -04:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2003-11-16 21:26:10 -05:00
|
|
|
docdir = $(datadir)/doc/icecast
|
2004-01-07 15:28:23 -05:00
|
|
|
doc_DATA = index.html icecast2_admin.html icecast2_basicsetup.html \
|
2003-11-15 12:30:30 -05:00
|
|
|
icecast2_config_file.html icecast2_faq.html icecast2_glossary.html \
|
|
|
|
icecast2_introduction.html icecast2_relay.html icecast2_stats.html \
|
2004-10-25 16:07:57 -04:00
|
|
|
icecast2_win32.html icecast2_yp.html icecast2_listenerauth.html
|
2003-11-16 21:26:10 -05:00
|
|
|
|
2004-10-25 18:44:57 -04:00
|
|
|
EXTRA_DIST = Index.hhk icecast2.hhc icecast2.hhp index_win32.html \
|
2003-11-16 21:26:10 -05:00
|
|
|
stats1.jpg style.css win32_section1.html win32_section2.html \
|
2003-11-16 21:31:07 -05:00
|
|
|
win32_section3.html windowtitle.jpg $(doc_DATA)
|