diff options
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 6 |
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 \ |