summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-10 10:44:23 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-10 10:44:23 -0400
commitafb264d37d1cc1ea002af788ee96eea635823e0c (patch)
treeb8fa7872356cc4d77b4149f28b6a9a23eb4cd927 /docs
parent7b4ad220b31fad9e36afe7e4099fdee9cceb01dd (diff)
downloaddconf-afb264d37d1cc1ea002af788ee96eea635823e0c.tar.gz
docs/: two build fixes
Fix docs build for out-of-tree (builddir != srcdir). Also add the *.c and *.h globs so that the docs get rebuilt if the files change.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 2f83c10..da66f27 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -6,7 +6,9 @@ DOC_MODULE = dconf
DOC_MAIN_SGML_FILE = dconf-docs.xml
-DOC_SOURCE_DIR = ../client ../common
+DOC_SOURCE_DIR = $(top_srcdir)/client $(top_srcdir)/common
+HFILE_GLOB = $(top_srcdir)/client/*.h $(top_srcdir)/common/*.h
+CFILE_GLOB = $(top_srcdir)/client/*.c $(top_srcdir)/common/*.c
MKDB_OPTIONS = --output-format=xml