[dconf/wip/reorg] docs/: two build fixes



commit afb264d37d1cc1ea002af788ee96eea635823e0c
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Jul 10 10:44:23 2012 -0400

    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.

 docs/Makefile.am |    4 +++-
 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]