We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599e36e commit fb39120Copy full SHA for fb39120
docs/meson.build
@@ -55,7 +55,7 @@ if sphinx_build.found()
55
output : ['sider.1'],
56
install : true,
57
build_by_default : true,
58
- install_dir : join_paths('share', 'man', 'man1'),
+ install_dir : join_paths(get_option('mandir'), 'man1'),
59
command : sphinx_cmd
60
)
61
else
0 commit comments