Documentation Makefiles: Added MKDB_OPTIONS
authorTristan Van Berkom <tristanvb@openismus.com>
Fri, 22 Feb 2013 13:19:42 +0000 (22:19 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Fri, 22 Feb 2013 13:45:29 +0000 (22:45 +0900)
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).

docs/reference/addressbook/libedata-book/Makefile.am
docs/reference/calendar/libecal/Makefile.am
docs/reference/calendar/libedata-cal/Makefile.am
docs/reference/libebackend/Makefile.am
docs/reference/libedataserver/Makefile.am

index e984856..5a68184 100644 (file)
@@ -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
 
index b8fa346..4d4b8e8 100644 (file)
@@ -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
 
index 6769724..eebfedd 100644 (file)
@@ -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
 
index cc81c2a..9d245ad 100644 (file)
@@ -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
 
index 05884d6..02e80f6 100644 (file)
@@ -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