tests: fix a trivial error in the engine test
[dconf.git] / docs / Makefile.am
blob542a38dc4b67982ba3dbcdd4f4fbd87ae58c3a4c
1 include $(top_srcdir)/Makefile.gtester
3 include gtk-doc.make
5 DOC_MODULE = dconf
7 DOC_MAIN_SGML_FILE = dconf-docs.xml
9 DOC_SOURCE_DIR = $(top_srcdir)/client $(top_srcdir)/common
10 HFILE_GLOB = $(top_srcdir)/client/*.h $(top_srcdir)/common/*.h
11 CFILE_GLOB = $(top_srcdir)/client/*.c $(top_srcdir)/common/*.c
13 MKDB_OPTIONS = --output-format=xml
15 AM_CPPFLAGS = $(gio_CFLAGS)
16 GTKDOC_LIBS = $(gio_LIBS) -L../client -ldconf -Wl,-rpath=../client
18 content_files = \
19         dconf-overview.xml              \
20         dconf-service.xml               \
21         dconf-editor.xml                \
22         dconf-tool.xml
24 XSLTPROC_MAN_FLAGS = \
25         --nonet \
26         --stringparam man.output.quietly 1 \
27         --stringparam funcsynopsis.style ansi \
28         --stringparam man.th.extra1.suppress 1 \
29         --stringparam man.authors.section.enabled 0 \
30         --stringparam man.copyright.section.enabled 0
32 %.1: %.xml
33         $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
35 dconf.1: dconf-tool.xml
36         $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
38 dconf.7: dconf-overview.xml
39         $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_MAN_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
41 man_MANS =
43 if ENABLE_MAN
44 man_MANS += \
45         dconf-service.1 \
46         dconf-editor.1 \
47         dconf.1 \
48         dconf.7
49 endif
51 EXTRA_DIST += dconf-service.xml dconf-editor.xml dconf-tool.xml dconf-overview.xml
53 DISTCLEANFILES = $(man_MANS)