summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index 438aa4c8..2a25e9bf 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -20,5 +20,5 @@ foreach m : manpages
command : [xmltoman, '@INPUT@'],
capture : true,
install : true,
- install_dir : 'subdir')
+ install_dir : join_paths(get_option('mandir'), 'man1'))
endforeach