diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-01-19 12:59:39 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-30 21:47:53 -0500 |
commit | 7dafccebf53288d4a57ec1942ca0aa7b8568dbc7 (patch) | |
tree | 7758b7eadcb0fc86b8d325832807c99718737ca2 /src/providers | |
parent | 4182b3a1f9f6e1823db9832533c6c9e51d13da8e (diff) | |
download | sssd-7dafccebf53288d4a57ec1942ca0aa7b8568dbc7.tar.gz sssd-7dafccebf53288d4a57ec1942ca0aa7b8568dbc7.tar.bz2 sssd-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/providers')
-rw-r--r-- | src/providers/ipa/ipa_hbac.doxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_hbac.doxy.in b/src/providers/ipa/ipa_hbac.doxy.in index ba648759..3c9672f0 100644 --- a/src/providers/ipa/ipa_hbac.doxy.in +++ b/src/providers/ipa/ipa_hbac.doxy.in @@ -578,7 +578,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @srcdir@/ipa_hbac.h +INPUT = @abs_top_srcdir@/src/providers/ipa/ipa_hbac.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 |