summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2024-05-07 14:19:54 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2024-05-07 14:24:38 -0500
commitcd45ba8638479d95dae43df018ec0ee81803ba63 (patch)
tree63394fddfe3caf0cd3ed1c68506658e118804a41 /docs
parentcc5445ee040f92551b5301ef76c55ff0f1860668 (diff)
Correct installation directory of GVariant specification
548ec9f186d373c4e55528a04d78450f6f2fceef 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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/glib/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/meson.build b/docs/reference/glib/meson.build
index e5e6726e2..47c5ecf3a 100644
--- a/docs/reference/glib/meson.build
+++ b/docs/reference/glib/meson.build
@@ -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',