/soc/2013/ankitkv/gobjectification: 1e8981c35de1: Removed config...
Ankit Vani
a at nevitus.org
Fri Oct 25 19:10:15 EDT 2013
Changeset: 1e8981c35de1dd199a0e779b8c840f580934c334
Author: Ankit Vani <a at nevitus.org>
Date: 2013-10-26 04:36 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/1e8981c35de1
Description:
Removed config.h from EXTRA_HFILES for gtk-doc
diffstat:
doc/reference/finch/Makefile.am | 2 +-
doc/reference/libpurple/Makefile.am | 2 +-
doc/reference/pidgin/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs (36 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
@@ -56,7 +56,7 @@ CFILE_GLOB=$(top_srcdir)/$(DOC_MODULE)/*
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
-EXTRA_HFILES=$(top_srcdir)/config.h
+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
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
@@ -56,7 +56,7 @@ CFILE_GLOB=$(top_srcdir)/$(DOC_MODULE)/*
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
-EXTRA_HFILES=$(top_srcdir)/config.h
+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
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
@@ -56,7 +56,7 @@ CFILE_GLOB=$(top_srcdir)/$(DOC_MODULE)/*
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
-EXTRA_HFILES=$(top_srcdir)/config.h
+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
More information about the Commits
mailing list