summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-09 17:38:29 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-09 17:38:29 +0100
commit1111415a7587a669f9958ef9406c42572e80ff2b (patch)
tree1a3397f1ddf5e8f5495be6ed41e4858ee6dc883c /src
parent32740a39b5de3f53be73254008167cd24030c156 (diff)
doc: fix out of tree build (copy from libkmod)
Diffstat (limited to 'src')
-rw-r--r--src/docs/Makefile.am2
-rw-r--r--src/extras/gudev/docs/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/Makefile.am b/src/docs/Makefile.am
index 3b280d87a..07d06eb14 100644
--- a/src/docs/Makefile.am
+++ b/src/docs/Makefile.am
@@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=..
+DOC_SOURCE_DIR=$(top_srcdir)/src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
diff --git a/src/extras/gudev/docs/Makefile.am b/src/extras/gudev/docs/Makefile.am
index d03fc6512..65e69975b 100644
--- a/src/extras/gudev/docs/Makefile.am
+++ b/src/extras/gudev/docs/Makefile.am
@@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=..
+DOC_SOURCE_DIR=$(top_srcdir)/src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=