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
12f4225d
Commit
12f4225d
authored
Jul 25, 2010
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: fix out-of-tree doxygen call
This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced.
parent
50862a1d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile.am
Makefile.am
+2
-1
doxygen.conf
doc/doxygen.conf
+1
-1
No files found.
Makefile.am
View file @
12f4225d
...
...
@@ -1102,7 +1102,8 @@ endif
doc/api/html/index.html
:
doc/doxygen.conf
@
mkdir
-p
$
(
@D
)
$(DOXYGEN)
$<
[
"
$(srcdir)
"
=
"."
]
||
sed
'/INPUT *=/ s/\([^ ]\+\/\)/$(subst /,\/,
$(srcdir)
)\/\1/g'
$(srcdir)
/doc/doxygen.conf
>
doc/doxygen.conf
$(DOXYGEN)
doc/doxygen.conf
all-local
:
$(DOCBOOK_HTML) doc/api/html/index.html
...
...
doc/doxygen.conf
View file @
12f4225d
...
...
@@ -534,7 +534,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT
=
src
INPUT
=
src
/
# 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
...
...
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