aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-07-25 14:02:10 +0200
committerMax Kellermann <max@duempel.org>2010-07-25 14:02:10 +0200
commit12f4225d6ba6ecf2b989719a287f8ed1f7fb6bf5 (patch)
treea56514b12741845ff5817519fb1cf69ab0c1e6a4 /doc
parent50862a1dd1b93e2ef12b588a11d8d7cf3bf4075b (diff)
Makefile.am: fix out-of-tree doxygen call
This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen.conf b/doc/doxygen.conf
index 625e070a..ddece77e 100644
--- a/doc/doxygen.conf
+++ b/doc/doxygen.conf
@@ -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