[dconf] distcheck fixups



commit 1e881990c08b7f17667416481a497aa748d15dee
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jun 10 23:09:15 2010 -0400

    distcheck fixups

 Makefile.am              |    2 ++
 configure.ac             |    1 +
 docs/Makefile.am         |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e654456..541464c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,3 @@
 SUBDIRS = gvdb service gsettings tests client bin engine common docs
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
diff --git a/configure.ac b/configure.ac
index 29d4770..b4f9a07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@ AC_OUTPUT([
   service/Makefile
   bin/Makefile
   tests/Makefile
+  docs/sources/Makefile
   docs/Makefile
   Makefile
 ])
diff --git a/docs/Makefile.am b/docs/Makefile.am
index b054d89..80f140b 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,5 +1,7 @@
 include gtk-doc.make
 
+SUBDIRS = sources
+
 DOC_MODULE = dconf
 
 DOC_MAIN_SGML_FILE = dconf-docs.xml
diff --git a/docs/sources/Makefile.am b/docs/sources/Makefile.am
new file mode 100644
index 0000000..e69de29



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