summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-27 09:52:54 -0500
committerMatthew Barnes <mbarnes@redhat.com>2012-12-27 12:33:58 -0500
commit2d0e641399800fccf77536d75c0ff4954cfcf43b (patch)
treee3d340ee253e41842d3963c0ddfdf71806d55e2d
parent383fa976741ab870d16120b4535f7c25540f6f3c (diff)
downloadevolution-data-server-2d0e641399800fccf77536d75c0ff4954cfcf43b.tar.gz
private: Fix cross-references to D-Bus interfaces in API docs.
(cherry picked from commit 908c69ff43395433b9aa043dd3bad8563ef8344f)
-rw-r--r--docs/reference/private/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/private/Makefile.am b/docs/reference/private/Makefile.am
index 85be6f0f3..747f0739d 100644
--- a/docs/reference/private/Makefile.am
+++ b/docs/reference/private/Makefile.am
@@ -25,6 +25,10 @@ GTKDOC_LIBS = \
$(top_builddir)/private/libedbus-private.la \
$(E_DATA_SERVER_LIBS)
+# Extra options to supply to gtkdoc-mkdb
+# This is needed for cross-references to D-Bus interfaces to work.
+MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=e-dbus
+
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make