build: Ensure the libgirepository docs are installed

Make the `meson.build` match the other docs `meson.build` files.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-02-05 16:46:03 +00:00
parent bad849347d
commit 702719dee9

View File

@ -26,5 +26,8 @@ if get_option('documentation') and enable_gir
],
build_by_default: true,
depend_files: expand_content_files,
install: true,
install_dir: docs_dir,
install_tag: 'doc',
)
endif