summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: 4e11f65e9c3aa046f528f34cc3a0b47c5c7b63cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include gtk-doc.make

DOC_MODULE = dconf

DOC_MAIN_SGML_FILE = dconf-docs.xml

DOC_SOURCE_DIR = ../client ../common

MKDB_OPTIONS = --output-format=xml

INCLUDES = $(gio_CFLAGS)
GTKDOC_LIBS = $(gio_LIBS) -L../client -ldconf -Wl,-rpath=../client

IGNORE_HFILES = \
	dconf-engine.h		\
	dconf-shmdir.h		\
	dconf-resetlist.h	\
	dconf-readtype.h	\
	dconf-rebuilder.h	\
	gvdb-builder.h		\
	gvdb-reader.h		\
	gvdb-format.h