mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Merge branch 'mcatanzaro/3351' into 'main'
Correct installation directory of GVariant specification Closes #3351 See merge request GNOME/glib!4049
This commit is contained in:
@@ -23,7 +23,7 @@ if get_option('documentation')
|
|||||||
rst2html5 = find_program('rst2html5', 'rst2html5.py', required: false)
|
rst2html5 = find_program('rst2html5', 'rst2html5.py', required: false)
|
||||||
|
|
||||||
if rst2html5.found()
|
if rst2html5.found()
|
||||||
spec_path = docs_dir
|
spec_path = docs_dir / 'glib-2.0'
|
||||||
|
|
||||||
figures = files(
|
figures = files(
|
||||||
'gvariant-byte-boundaries.svg',
|
'gvariant-byte-boundaries.svg',
|
||||||
|
Reference in New Issue
Block a user