summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2012-11-13 22:00:28 +0100
committerPavel Šimerda <psimerda@redhat.com>2012-11-13 22:39:53 +0100
commit04297230e6ec71560f46c5ca68dfa56d5bbccfa8 (patch)
tree6e0ada49e11bdaaafd1d262ca63250164934a19c /docs
parente6d1fc87558f7de594e1137aace8eff04379ab16 (diff)
downloadNetworkManager-04297230e6ec71560f46c5ca68dfa56d5bbccfa8.tar.gz
build: fix gtk-doc srcdir != builddir issues
Diffstat (limited to 'docs')
-rw-r--r--docs/libnm-glib/Makefile.am2
-rw-r--r--docs/libnm-util/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm-glib/Makefile.am b/docs/libnm-glib/Makefile.am
index 3d5adfb82c..05fa706c45 100644
--- a/docs/libnm-glib/Makefile.am
+++ b/docs/libnm-glib/Makefile.am
@@ -10,7 +10,7 @@ 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=../../libnm-glib
+DOC_SOURCE_DIR=$(top_srcdir)/libnm-glib
# Extra options to supply to gtkdoc-scan.
SCAN_OPTIONS=
diff --git a/docs/libnm-util/Makefile.am b/docs/libnm-util/Makefile.am
index be1bdeebce..8404be56dd 100644
--- a/docs/libnm-util/Makefile.am
+++ b/docs/libnm-util/Makefile.am
@@ -10,7 +10,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# 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=../../libnm-util
+DOC_SOURCE_DIR=$(top_srcdir)/libnm-util
# Extra options to supply to gtkdoc-scan.
SCAN_OPTIONS=--rebuild-types --rebuild-sections