From dc8913f12aae3ec6fcd3f054317c786dfe5f7788 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 10 Jun 2009 16:32:14 +0100 Subject: tools: update from telepathy-glib This requires a minor change to the invocation: when making docs, explicitly allow dangling references to interfaces. --- doc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index b6c81ab5..41c97bc9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,7 +5,9 @@ SPECS_DOC = mc-dbus-iface.html all-local: $(SPECS_DOC) $(SPECS_DOC): $(top_srcdir)/xml/all.xml $(wildcard $(top_srcdir)/xml/*.xml) $(top_srcdir)/tools/doc-generator.xsl - $(XSLTPROC) --xinclude --novalid $(top_srcdir)/tools/doc-generator.xsl $< > $@ + $(XSLTPROC) --xinclude --novalid \ + --param allow-undefined-interfaces "true()" \ + $(top_srcdir)/tools/doc-generator.xsl $< > $@ clean-local: rm -f $(SPECS_DOC) -- cgit v1.2.1