Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
b8fe2c74
Commit
b8fe2c74
authored
Dec 24, 2010
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: generate doxygen.conf
Don't create a modified copy for out-of-tree builds.
parent
be3b5199
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+1
-2
configure.ac
configure.ac
+1
-0
doxygen.conf.in
doc/doxygen.conf.in
+2
-2
No files found.
Makefile.am
View file @
b8fe2c74
...
@@ -1133,8 +1133,7 @@ endif
...
@@ -1133,8 +1133,7 @@ endif
doc/api/html/index.html
:
doc/doxygen.conf
doc/api/html/index.html
:
doc/doxygen.conf
@
mkdir
-p
$
(
@D
)
@
mkdir
-p
$
(
@D
)
[
"
$(srcdir)
"
=
"."
]
||
sed
'/INPUT *=/ s/\([^ ]\+\/\)/$(subst /,\/,
$(srcdir)
)\/\1/g'
$(srcdir)
/doc/doxygen.conf
>
doc/doxygen.conf
$(DOXYGEN)
$<
$(DOXYGEN)
doc/doxygen.conf
all-local
:
$(DOCBOOK_HTML) doc/api/html/index.html
all-local
:
$(DOCBOOK_HTML) doc/api/html/index.html
...
...
configure.ac
View file @
b8fe2c74
...
@@ -1609,5 +1609,6 @@ dnl ---------------------------------------------------------------------------
...
@@ -1609,5 +1609,6 @@ dnl ---------------------------------------------------------------------------
dnl Generate files
dnl Generate files
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile)
AC_OUTPUT(doc/doxygen.conf)
echo 'MPD is ready for compilation, type "make" to begin.'
echo 'MPD is ready for compilation, type "make" to begin.'
doc/doxygen.conf
→
doc/doxygen.conf
.in
View file @
b8fe2c74
...
@@ -31,7 +31,7 @@ PROJECT_NAME = MPD
...
@@ -31,7 +31,7 @@ PROJECT_NAME = MPD
# This could be handy for archiving the generated documentation or
# This could be handy for archiving the generated documentation or
# if some version control system is used.
# if some version control system is used.
PROJECT_NUMBER
=
PROJECT_NUMBER
= @VERSION@
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# base path where the generated documentation will be put.
...
@@ -534,7 +534,7 @@ WARN_LOGFILE =
...
@@ -534,7 +534,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
# with spaces.
INPUT
=
src
/
INPUT =
@top_srcdir@/
src/
# This tag can be used to specify the character encoding of the source files
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
...
...
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