mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
Merge branch '1537-fixxref' into 'master'
Meson: doc: fix cross references Closes #1537 See merge request GNOME/glib!344
This commit is contained in:
commit
8bfb1d0ea3
@ -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
|
||||
)
|
||||
|
@ -140,7 +140,6 @@ if get_option('gtk_doc')
|
||||
],
|
||||
fixxref_args: [
|
||||
'--html-dir=' + docpath,
|
||||
# TODO: gobject/gio extra dirs
|
||||
],
|
||||
install: true)
|
||||
endif
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user