Fix document generation in out of tree builds

https://bugzilla.gnome.org/show_bug.cgi?id=662390
This commit is contained in:
Sjoerd Simons 2011-10-21 15:40:56 +02:00 committed by Matthias Clasen
parent 5e2a2ef288
commit 6a81ced72d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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