/soc/2013/ankitkv/gobjectification: e2756fd92168: Added director...
Ankit Vani
a at nevitus.org
Sat Oct 12 05:48:20 EDT 2013
Changeset: e2756fd9216810844011e501e92d35672117d6e3
Author: Ankit Vani <a at nevitus.org>
Date: 2013-10-12 15:17 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/e2756fd92168
Description:
Added directories to ignore from gtk-doc
diffstat:
doc/reference/finch/Makefile.am | 5 ++++-
doc/reference/libpurple/Makefile.am | 8 +++++++-
doc/reference/pidgin/Makefile.am | 6 +++++-
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (49 lines):
diff --git a/doc/reference/finch/Makefile.am b/doc/reference/finch/Makefile.am
--- a/doc/reference/finch/Makefile.am
+++ b/doc/reference/finch/Makefile.am
@@ -59,7 +59,10 @@ EXTRA_HFILES=
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES=
+IGNORE_HFILES=\
+ plugins \
+ test \
+ wms
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/doc/reference/libpurple/Makefile.am b/doc/reference/libpurple/Makefile.am
--- a/doc/reference/libpurple/Makefile.am
+++ b/doc/reference/libpurple/Makefile.am
@@ -59,7 +59,13 @@ EXTRA_HFILES=
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES=
+IGNORE_HFILES=\
+ example \
+ gconf \
+ plugins \
+ protocols \
+ tests \
+ win32
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/doc/reference/pidgin/Makefile.am b/doc/reference/pidgin/Makefile.am
--- a/doc/reference/pidgin/Makefile.am
+++ b/doc/reference/pidgin/Makefile.am
@@ -59,7 +59,11 @@ EXTRA_HFILES=
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES=
+IGNORE_HFILES=\
+ pixmaps \
+ plugins \
+ themes \
+ win32
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
More information about the Commits
mailing list