summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2011-06-11 15:39:42 -0700
committerGarrett Regier <alias301@gmail.com>2011-06-12 12:08:52 -0700
commita6a25d5e501386215590c4ba765083c9a0303f5c (patch)
tree223129b2d49fac1e784fc883330eab814d95c5d2 /docs
parent394c8d940d8eae42afb30f00e9c2c366fbcfcda3 (diff)
downloadlibpeas-a6a25d5e501386215590c4ba765083c9a0303f5c.tar.gz
Cleanup building the docs
Now we only need to ignore files that are not installed in libpeas/ and libpeas-gtk/.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am35
1 files changed, 13 insertions, 22 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 4f41c9c..df81c16 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -14,7 +14,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
-DOC_SOURCE_DIR=$(top_srcdir)
+DOC_SOURCE_DIR=$(top_srcdir)/libpeas $(top_srcdir)/libpeas-gtk
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -45,28 +45,19 @@ CFILE_GLOB = \
# Header files to ignore when scanning (These are internal to libpeas).
IGNORE_HFILES= \
- config.h \
- peas-debug.h \
- peas-dirs.h \
- peas-i18n.h \
- peas-marshal.h \
- peas-plugin-info-priv.h \
- peas-plugin-loader.h \
- peas-plugin-loader-c.h \
- peas-plugin-loader-python.h \
- peas-plugin-loader-seed.h \
- peas-seed-plugin.h \
- peas-demo-window.h \
- peas-extension-c.h \
- peas-extension-seed.h \
- peas-extension-python.h \
- peas-introspection.h \
+ peas-debug.h \
+ peas-dirs.h \
+ peas-engine-priv.h \
+ peas-extension-priv.h \
+ peas-extension-subclasses.h \
peas-gtk-disable-plugins-dialog.h \
- peas-gtk-plugin-manager-store.h \
- peas-demo-window.h \
- peasdemo-hello-world-plugin.h \
- peasdemo-hello-world-configurable.h \
- second-time.h
+ peas-gtk-plugin-manager-store.h \
+ peas-helpers.h \
+ peas-i18n.h \
+ peas-introspection.h \
+ peas-marshal.h \
+ peas-plugin-info-priv.h \
+ peas-plugin-loader.h
# Images to copy into HTML directory.
HTML_IMAGES = \