summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-11-07 15:46:33 -0500
committerDan Winship <danw@gnome.org>2014-11-07 15:46:46 -0500
commit2728b5724046e2229fdd8236be2bd89ace4ce18c (patch)
tree35715a8769ee988ae8822dee73c2bd64a435f036
parentb1e26735a05c09905d11a79ecb60d81d042d251a (diff)
downloadNetworkManager-2728b5724046e2229fdd8236be2bd89ace4ce18c.tar.gz
docs: fix libnm docs out-of-tree build
-rw-r--r--docs/libnm/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index e04d1722bf..28938f89ff 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -10,7 +10,11 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting functions and macros.
-DOC_SOURCE_DIR=$(top_srcdir)/libnm-core $(top_srcdir)/libnm
+DOC_SOURCE_DIR= \
+ $(top_srcdir)/libnm-core \
+ $(top_builddir)/libnm-core \
+ $(top_srcdir)/libnm \
+ $(top_builddir)/libnm
# Extra options to supply to gtkdoc-scan.
SCAN_OPTIONS=--rebuild-types --rebuild-sections