summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-10-22 23:47:40 +0200
committerRyan Lortie <desrt@desrt.ca>2012-11-01 16:09:05 +0100
commitfc53ef0813b8e8dad53a6c0e1f4514ff2f34cf7c (patch)
tree9c0738e7c2251eeeef75530268d19b2901842b00
parenta6d0c545628f5c02b453466baab6384cd9fc7aa4 (diff)
downloaddconf-fc53ef0813b8e8dad53a6c0e1f4514ff2f34cf7c.tar.gz
docs: add xml files to content_files
Otherwise xinclude won't find them during out-of-tree builds.
-rw-r--r--docs/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index d4f9ec7..85e9abd 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 \