From 94bfc56f871cb38ebf61902e274349a3d9232ae3 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 22 Oct 2012 23:47:40 +0200 Subject: docs: add xml files to content_files Otherwise xinclude won't find them during out-of-tree builds. --- docs/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index e5d2871..582f198 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -15,6 +15,12 @@ MKDB_OPTIONS = --output-format=xml INCLUDES = $(gio_CFLAGS) GTKDOC_LIBS = $(gio_LIBS) -L../client -ldconf -Wl,-rpath=../client +content_files = \ + dconf-overview.xml \ + dconf-service.xml \ + dconf-editor.xml \ + dconf-tool.xml + XSLTPROC_MAN_FLAGS = \ --nonet \ --stringparam man.output.quietly 1 \ -- cgit v1.2.1