mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Fix document generation in out of tree builds
https://bugzilla.gnome.org/show_bug.cgi?id=662390
This commit is contained in:
parent
5e2a2ef288
commit
6a81ced72d
@ -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"
|
||||
|
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user