mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02: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: [
|
fixxref_args: [
|
||||||
'--html-dir=' + docpath,
|
'--html-dir=' + docpath,
|
||||||
'--extra-dir=' + join_paths(meson.current_build_dir(), '../glib/html'),
|
'--extra-dir=' + join_paths('gio', '..', 'glib', 'html'),
|
||||||
'--extra-dir=' + join_paths(meson.current_build_dir(), '../gobject/html'),
|
'--extra-dir=' + join_paths('gio', '..', 'gobject', 'html'),
|
||||||
],
|
],
|
||||||
install: true
|
install: true
|
||||||
)
|
)
|
||||||
|
@ -140,7 +140,6 @@ if get_option('gtk_doc')
|
|||||||
],
|
],
|
||||||
fixxref_args: [
|
fixxref_args: [
|
||||||
'--html-dir=' + docpath,
|
'--html-dir=' + docpath,
|
||||||
# TODO: gobject/gio extra dirs
|
|
||||||
],
|
],
|
||||||
install: true)
|
install: true)
|
||||||
endif
|
endif
|
||||||
|
@ -103,7 +103,7 @@ if get_option('gtk_doc')
|
|||||||
],
|
],
|
||||||
fixxref_args: [
|
fixxref_args: [
|
||||||
'--html-dir=' + docpath,
|
'--html-dir=' + docpath,
|
||||||
'--extra-dir=' + join_paths(meson.current_build_dir(), '../glib/html'),
|
'--extra-dir=' + join_paths('gobject', '..', 'glib', 'html'),
|
||||||
],
|
],
|
||||||
install: true
|
install: true
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user