[evolution-data-server] Documentation Makefiles: Added MKDB_OPTIONS
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Documentation Makefiles: Added MKDB_OPTIONS
- Date: Fri, 22 Feb 2013 13:46:05 +0000 (UTC)
commit f5f10e4add1b98c90fede9a221d7d478eabd576f
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Fri Feb 22 22:19:42 2013 +0900
Documentation Makefiles: Added MKDB_OPTIONS
Added the MKDB_OPTIONS to all gtk-doc makefiles, this makes
the <note><para></para></note> semantics in gtk-doc statements
work properly (along with probably a few other features).
.../addressbook/libedata-book/Makefile.am | 3 +++
docs/reference/calendar/libecal/Makefile.am | 3 +++
docs/reference/calendar/libedata-cal/Makefile.am | 3 +++
docs/reference/libebackend/Makefile.am | 3 +++
docs/reference/libedataserver/Makefile.am | 3 +++
5 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/addressbook/libedata-book/Makefile.am
b/docs/reference/addressbook/libedata-book/Makefile.am
index e984856..5a68184 100644
--- a/docs/reference/addressbook/libedata-book/Makefile.am
+++ b/docs/reference/addressbook/libedata-book/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
+
# The directory containing the source code. Relative to $(srcdir).
DOC_SOURCE_DIR = $(top_srcdir)/addressbook/libedata-book
diff --git a/docs/reference/calendar/libecal/Makefile.am b/docs/reference/calendar/libecal/Makefile.am
index b8fa346..4d4b8e8 100644
--- a/docs/reference/calendar/libecal/Makefile.am
+++ b/docs/reference/calendar/libecal/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
+
# The directory containing the source code. Relative to $(srcdir).
DOC_SOURCE_DIR = $(top_srcdir)/calendar/libecal
diff --git a/docs/reference/calendar/libedata-cal/Makefile.am
b/docs/reference/calendar/libedata-cal/Makefile.am
index 6769724..eebfedd 100644
--- a/docs/reference/calendar/libedata-cal/Makefile.am
+++ b/docs/reference/calendar/libedata-cal/Makefile.am
@@ -8,6 +8,9 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
+
# The directory containing the source code. Relative to $(srcdir).
DOC_SOURCE_DIR = $(top_srcdir)/calendar/libedata-cal
diff --git a/docs/reference/libebackend/Makefile.am b/docs/reference/libebackend/Makefile.am
index cc81c2a..9d245ad 100644
--- a/docs/reference/libebackend/Makefile.am
+++ b/docs/reference/libebackend/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
+
# The directory containing the source code. Relative to $(srcdir).
DOC_SOURCE_DIR = $(top_srcdir)/libebackend
diff --git a/docs/reference/libedataserver/Makefile.am b/docs/reference/libedataserver/Makefile.am
index 05884d6..02e80f6 100644
--- a/docs/reference/libedataserver/Makefile.am
+++ b/docs/reference/libedataserver/Makefile.am
@@ -7,6 +7,9 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
+
# The directory containing the source code. Relative to $(srcdir).
DOC_SOURCE_DIR = $(top_srcdir)/libedataserver
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]