Correct installation directory of GVariant specification

548ec9f186 accidentally moved the GVariant
spec to the toplevel /usr/share/doc directory, which is surely not
right. Let's move it back into the glib-2.0 subdirectory.

It's debatable whether this is the best place to install the GVariant
specification, since it's not part of the gi-docgen docs, but surely
it's much better than not putting it in any subdirectory.

Fixes #3351
This commit is contained in:
Michael Catanzaro 2024-05-07 14:19:54 -05:00
parent cc5445ee04
commit cd45ba8638

View File

@ -23,7 +23,7 @@ if get_option('documentation')
rst2html5 = find_program('rst2html5', 'rst2html5.py', required: false)
if rst2html5.found()
spec_path = docs_dir
spec_path = docs_dir / 'glib-2.0'
figures = files(
'gvariant-byte-boundaries.svg',