Skip to content

Commit fb39120

Browse files
committed
CHANGE: docs/meson.build: Use get_option('mandir')
1 parent 599e36e commit fb39120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if sphinx_build.found()
5555
output : ['sider.1'],
5656
install : true,
5757
build_by_default : true,
58-
install_dir : join_paths('share', 'man', 'man1'),
58+
install_dir : join_paths(get_option('mandir'), 'man1'),
5959
command : sphinx_cmd
6060
)
6161
else

0 commit comments

Comments
 (0)