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