[evolution-data-server] Add --name-space to MKDB_OPTIONS.



commit a9aac8aa6f6c84cae595f3872b0e580e89dc951b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Mar 31 18:28:44 2010 -0400

    Add --name-space to MKDB_OPTIONS.

 docs/reference/Makefile.am       |    3 +--
 docs/reference/camel/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index f40e8d9..7f9bf04 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -1,5 +1,4 @@
 SUBDIRS = addressbook calendar camel libedataserver libedataserverui libebackend
-MKDB_OPTIONS=--output-format=xml
-
+MKDB_OPTIONS=--output-format=xml --name-space=e
 
 -include $(top_srcdir)/git.mk
diff --git a/docs/reference/camel/Makefile.am b/docs/reference/camel/Makefile.am
index 2948a94..f2a3c3e 100644
--- a/docs/reference/camel/Makefile.am
+++ b/docs/reference/camel/Makefile.am
@@ -17,7 +17,7 @@ SCAN_OPTIONS = --deprecated-guards="CAMEL_DISABLE_DEPRECATED"
 SCANGOBJ_OPTIONS=--type-init-func="camel_init (\".\", 0)"
 
 # Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS = --sgml-mode --output-format=xml --ignore-files=trio
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=camel
 
 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
 GTKDOC_CFLAGS = 		\



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