diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-06-11 12:40:56 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-06-11 12:43:06 -0400 |
commit | 6a1e24460e76f168fa40a84cafbc6a3e374c32bf (patch) | |
tree | bc77ccca6d88e81efe555b0c1a473d1a04b6cd2f /docs/Makefile.am | |
parent | 1e881990c08b7f17667416481a497aa748d15dee (diff) | |
download | dconf-6a1e24460e76f168fa40a84cafbc6a3e374c32bf.tar.gz |
gtk-doc cleanups
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 80f140b..0b5b91e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,16 +1,23 @@ include gtk-doc.make -SUBDIRS = sources - DOC_MODULE = dconf DOC_MAIN_SGML_FILE = dconf-docs.xml -DOC_SOURCE_DIR = sources +DOC_SOURCE_DIR = .. MKDB_OPTIONS = --output-format=xml INCLUDES = $(gio_CFLAGS) GTKDOC_LIBS = $(gio_LIBS) ../client/libdconf.la +IGNORE_HFILES = \ + dconf-engine.h \ + dconf-resetlist.h \ + dconf-readtype.h \ + dconf-rebuilder.h \ + gvdb-builder.h \ + gvdb-reader.h \ + gvdb-format.h + |