Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
e9f0331b
Commit
e9f0331b
authored
Oct 19, 2017
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Remove unnecessary Makefiles
parent
d915e0a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
6 deletions
+24
-6
configure.ac
configure.ac
+23
-5
doc/Makefile.am
doc/Makefile.am
+1
-1
No files found.
configure.ac
View file @
e9f0331b
...
...
@@ -193,11 +193,29 @@ AC_SUBST(ICECAST_OPTIONAL)
AC_SUBST(HAVE_KATE)
AC_SUBST(KATE_LIBS)
AC_OUTPUT([Makefile conf/Makefile src/Makefile src/common/avl/Makefile
src/common/httpp/Makefile src/common/thread/Makefile src/common/log/Makefile
src/common/net/Makefile src/common/timing/Makefile doc/Makefile web/Makefile
web/assets/Makefile web/assets/css/Makefile web/assets/font/Makefile
admin/Makefile admin/includes/Makefile win32/Makefile examples/Makefile tests/Makefile])
AC_CONFIG_FILES([
Makefile
conf/Makefile
src/Makefile
src/common/avl/Makefile
src/common/httpp/Makefile
src/common/thread/Makefile
src/common/log/Makefile
src/common/net/Makefile
src/common/timing/Makefile
doc/Makefile
web/Makefile
web/assets/Makefile
web/assets/css/Makefile
web/assets/font/Makefile
admin/Makefile
admin/includes/Makefile
win32/Makefile
examples/Makefile
tests/Makefile
])
AC_OUTPUT
echo "
Icecast configuration
...
...
doc/Makefile.am
View file @
e9f0331b
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS
=
foreign
docdir
=
$(datadir)
/doc/
$(PACKAGE)
docdir
=
$(datadir)
/doc/icecast
nobase_doc_DATA
=
index.html
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment