Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
102
Issues
102
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
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)
...
@@ -193,11 +193,29 @@ AC_SUBST(ICECAST_OPTIONAL)
AC_SUBST(HAVE_KATE)
AC_SUBST(HAVE_KATE)
AC_SUBST(KATE_LIBS)
AC_SUBST(KATE_LIBS)
AC_OUTPUT([Makefile conf/Makefile src/Makefile src/common/avl/Makefile
AC_CONFIG_FILES([
src/common/httpp/Makefile src/common/thread/Makefile src/common/log/Makefile
Makefile
src/common/net/Makefile src/common/timing/Makefile doc/Makefile web/Makefile
conf/Makefile
web/assets/Makefile web/assets/css/Makefile web/assets/font/Makefile
src/Makefile
admin/Makefile admin/includes/Makefile win32/Makefile examples/Makefile tests/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 "
echo "
Icecast configuration
Icecast configuration
...
...
doc/Makefile.am
View file @
e9f0331b
## Process this file with automake to produce Makefile.in
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS
=
foreign
docdir
=
$(datadir)
/doc/
$(PACKAGE)
docdir
=
$(datadir)
/doc/icecast
docdir
=
$(datadir)
/doc/icecast
nobase_doc_DATA
=
index.html
\
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