aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-12-24 00:25:31 +0100
committerMax Kellermann <max@duempel.org>2010-12-24 00:25:31 +0100
commitb8fe2c74bcddaad9a9914964a7ce12015e7723bf (patch)
treee55b16c83ce409c61f7f6d4a0e1fac14e27c3e8a /doc
parentbe3b5199b02fb2c0e1b5c3fe64e7a67e6ad041d7 (diff)
Makefile.am: generate doxygen.conf
Don't create a modified copy for out-of-tree builds.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.conf.in (renamed from doc/doxygen.conf)4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.conf b/doc/doxygen.conf.in
index ddece77e..8b123737 100644
--- a/doc/doxygen.conf
+++ b/doc/doxygen.conf.in
@@ -31,7 +31,7 @@ PROJECT_NAME = MPD
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER =
+PROJECT_NUMBER = @VERSION@
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -534,7 +534,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src/
+INPUT = @top_srcdir@/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