[libpeas] Cleanup building the docs
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Cleanup building the docs
- Date: Sun, 12 Jun 2011 19:15:19 +0000 (UTC)
commit a6a25d5e501386215590c4ba765083c9a0303f5c
Author: Garrett Regier <alias301 gmail com>
Date: Sat Jun 11 15:39:42 2011 -0700
Cleanup building the docs
Now we only need to ignore files that are not installed
in libpeas/ and libpeas-gtk/.
docs/reference/Makefile.am | 35 +++++++++++++----------------------
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 = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]