mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
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:
parent
cc5445ee04
commit
cd45ba8638
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user