Meson: doc: fix cross references

This commit is contained in:
Xavier Claessens 2018-09-23 16:01:48 -04:00
parent 032f1a9782
commit 780f7c64f9
3 changed files with 3 additions and 4 deletions

View File

@ -221,8 +221,8 @@ if get_option('gtk_doc')
],
fixxref_args: [
'--html-dir=' + docpath,
'--extra-dir=' + join_paths(meson.current_build_dir(), '../glib/html'),
'--extra-dir=' + join_paths(meson.current_build_dir(), '../gobject/html'),
'--extra-dir=' + join_paths('gio', '..', 'glib', 'html'),
'--extra-dir=' + join_paths('gio', '..', 'gobject', 'html'),
],
install: true
)

View File

@ -140,7 +140,6 @@ if get_option('gtk_doc')
],
fixxref_args: [
'--html-dir=' + docpath,
# TODO: gobject/gio extra dirs
],
install: true)
endif

View File

@ -103,7 +103,7 @@ if get_option('gtk_doc')
],
fixxref_args: [
'--html-dir=' + docpath,
'--extra-dir=' + join_paths(meson.current_build_dir(), '../glib/html'),
'--extra-dir=' + join_paths('gobject', '..', 'glib', 'html'),
],
install: true
)