mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Makefile.am and configure.in for new docs
svn path=/icecast/trunk/icecast/; revision=19324
This commit is contained in:
parent
b465436a24
commit
92dfbc5be5
@ -155,5 +155,7 @@ AC_SUBST(KATE_LIBS)
|
||||
|
||||
AC_OUTPUT([Makefile conf/Makefile src/Makefile src/avl/Makefile
|
||||
src/httpp/Makefile src/thread/Makefile src/log/Makefile
|
||||
src/net/Makefile src/timing/Makefile doc/Makefile web/Makefile
|
||||
admin/Makefile win32/Makefile win32/res/Makefile examples/Makefile])
|
||||
src/net/Makefile src/timing/Makefile doc/Makefile doc/img/Makefile
|
||||
doc/assets/Makefile doc/assets/css/Makefile doc/assets/font/Makefile
|
||||
doc/assets/img/Makefile web/Makefile admin/Makefile win32/Makefile
|
||||
win32/res/Makefile examples/Makefile])
|
||||
|
@ -2,12 +2,11 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = assets img
|
||||
|
||||
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
|
||||
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)
|
||||
|
5
doc/assets/Makefile.am
Normal file
5
doc/assets/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = css font img
|
8
doc/assets/css/Makefile.am
Normal file
8
doc/assets/css/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
docdir = $(datadir)/doc/icecast/assets/css
|
||||
doc_DATA = style.css
|
||||
|
||||
EXTRA_DIST = $(doc_DATA)
|
13
doc/assets/font/Makefile.am
Normal file
13
doc/assets/font/Makefile.am
Normal file
@ -0,0 +1,13 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
docdir = $(datadir)/doc/icecast/assets/font
|
||||
doc_DATA = FiraMono-Bold.eot FiraMono-Regular.eot \
|
||||
FiraSans-Bold.eot FiraSans-BoldItalic.woff \
|
||||
FiraSans-Italic.eot FiraSans-Regular.eot \
|
||||
FiraMono-Bold.woff FiraMono-Regular.woff \
|
||||
FiraSans-BoldItalic.eot FiraSans-Bold.woff \
|
||||
FiraSans-Italic.woff FiraSans-Regular.woff
|
||||
|
||||
EXTRA_DIST = $(doc_DATA)
|
8
doc/assets/img/Makefile.am
Normal file
8
doc/assets/img/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
docdir = $(datadir)/doc/icecast/assets/img
|
||||
doc_DATA = xiph-community.svg
|
||||
|
||||
EXTRA_DIST = $(doc_DATA)
|
8
doc/img/Makefile.am
Normal file
8
doc/img/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
docdir = $(datadir)/doc/icecast/img
|
||||
doc_DATA = listener_auth1.png listener_auth2.png listener_auth3.png masterslave.png relay.png
|
||||
|
||||
EXTRA_DIST = $(doc_DATA)
|
Loading…
Reference in New Issue
Block a user