aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index b5ff25c..f651feb 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -51,6 +51,8 @@ refman_man = custom_target(
'--force-color',
'--no-modules',
],
+ install: true,
+ install_dir: get_option('mandir') / 'man3',
)
# Everything past here is HTML resources.