mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
sitemap: make the root a gi index
Thanks to that, gtk-doc links (taken from devhelp), are resolved correctly when gst-docs is built on its own.
This commit is contained in:
parent
a60309a52d
commit
b135df3738
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,7 @@ else
|
||||||
endif
|
endif
|
||||||
sitemap_gen = find_program('scripts/generate_sitemap.py')
|
sitemap_gen = find_program('scripts/generate_sitemap.py')
|
||||||
sitemap = configure_file(command: [sitemap_gen, '@INPUT@', '@OUTPUT@',
|
sitemap = configure_file(command: [sitemap_gen, '@INPUT@', '@OUTPUT@',
|
||||||
index.split('/')[1], libs, plugins_doc],
|
'gi-index', libs, plugins_doc],
|
||||||
input: 'sitemap.txt',
|
input: 'sitemap.txt',
|
||||||
output: 'sitemap.txt')
|
output: 'sitemap.txt')
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ gstreamer_doc = hotdoc.generate_doc('GStreamer',
|
||||||
project_version: apiversion,
|
project_version: apiversion,
|
||||||
sitemap: sitemap,
|
sitemap: sitemap,
|
||||||
index: index,
|
index: index,
|
||||||
|
gi_index: index,
|
||||||
install: true,
|
install: true,
|
||||||
extra_assets: [join_paths(meson.current_source_dir(), 'images')],
|
extra_assets: [join_paths(meson.current_source_dir(), 'images')],
|
||||||
syntax_highlighting_activate: true,
|
syntax_highlighting_activate: true,
|
||||||
|
|
Loading…
Reference in a new issue