Bump gtk-doc dependency to 1.15

Use the multiple source-directory support contained therein.
This commit is contained in:
Ryan Lortie 2010-07-12 15:30:26 -04:00
parent 83d67bf2e7
commit 90285b0643
2 changed files with 2 additions and 2 deletions

View File

@ -2756,7 +2756,7 @@ dnl **************************
dnl *** Checks for gtk-doc *** dnl *** Checks for gtk-doc ***
dnl ************************** dnl **************************
GTK_DOC_CHECK([1.11]) GTK_DOC_CHECK([1.15])
AC_ARG_ENABLE(man, AC_ARG_ENABLE(man,
[AC_HELP_STRING([--enable-man], [AC_HELP_STRING([--enable-man],

View File

@ -10,7 +10,7 @@ DOC_MODULE=glib
DOC_MAIN_SGML_FILE=glib-docs.sgml DOC_MAIN_SGML_FILE=glib-docs.sgml
# The directory containing the source code. Relative to $(srcdir) # The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../../.. DOC_SOURCE_DIR=../../../glib ../../../gmodule
# Extra options to supply to gtkdoc-scan # Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR" SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR"