summaryrefslogtreecommitdiffstats
path: root/src/doxy.config.in
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-01-19 12:59:39 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-01-30 21:47:53 -0500
commit7dafccebf53288d4a57ec1942ca0aa7b8568dbc7 (patch)
tree7758b7eadcb0fc86b8d325832807c99718737ca2 /src/doxy.config.in
parent4182b3a1f9f6e1823db9832533c6c9e51d13da8e (diff)
downloadsssd_unused-7dafccebf53288d4a57ec1942ca0aa7b8568dbc7.tar.gz
sssd_unused-7dafccebf53288d4a57ec1942ca0aa7b8568dbc7.tar.xz
sssd_unused-7dafccebf53288d4a57ec1942ca0aa7b8568dbc7.zip
docs: Use absolute srcdir path
Building docs only worked in parallel builds. This patch uses abs_top_srcdir to make building documentation work in both parallel and in-tree builds.
Diffstat (limited to 'src/doxy.config.in')
-rw-r--r--src/doxy.config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doxy.config.in b/src/doxy.config.in
index a9070e5b..dc41b1fd 100644
--- a/src/doxy.config.in
+++ b/src/doxy.config.in
@@ -578,9 +578,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @srcdir@/confdb \
- @srcdir@/providers/data_provider.h \
- @srcdir@/sss_client/sss_cli.h
+INPUT = @abs_top_srcdir@/src/confdb/confdb.h \
+ @abs_top_srcdir@/src/providers/data_provider.h \
+ @abs_top_srcdir@/src/sss_client/sss_cli.h
# 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