summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-10-22 23:47:40 +0200
committerRyan Lortie <desrt@desrt.ca>2012-10-22 23:55:29 +0200
commit94bfc56f871cb38ebf61902e274349a3d9232ae3 (patch)
tree0d0d1af1b0cbec5cb4ed8f886856e3fb9e5ef288 /docs
parent390126b07492faa53c36b42bff4cd0d92b5f5e52 (diff)
downloaddconf-94bfc56f871cb38ebf61902e274349a3d9232ae3.tar.gz
docs: add xml files to content_files
Otherwise xinclude won't find them during out-of-tree builds.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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 \