1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-02 06:01:10 +00:00
icecast-server/doc/Makefile.am
2018-06-16 15:34:56 +02:00

29 lines
677 B
Makefile

## Process this file with automake to produce Makefile.in
docdir = $(datadir)/doc/$(PACKAGE)
nobase_doc_DATA = index.html \
admin_interface/index.html \
auth/index.html \
basic_setup/index.html \
config_file/index.html \
relaying/index.html \
server_stats/index.html \
win32/index.html \
yp/index.html \
img/favicon.ico \
img/Icecast_shema.svg \
css/highlight.css \
css/theme_extra.css \
css/theme.css \
fonts/fontawesome-webfont.eot \
fonts/fontawesome-webfont.svg \
fonts/fontawesome-webfont.ttf \
fonts/fontawesome-webfont.woff \
js/highlight.pack.js \
js/jquery-2.1.1.min.js \
js/modernizr-2.8.3.min.js \
js/theme.js
EXTRA_DIST = $(nobase_doc_DATA)