doc: Fix the installation of manuals

The manuals shouldn't be installed in the top-level directory, but in
one of the sub-directories corresponding to the relevant section.

Fallout from 0a972dfccc
This commit is contained in:
Debarshi Ray 2019-03-06 17:07:35 +01:00
parent c53b36676d
commit 1cdaf21203
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ foreach manual: manuals
command: go_md2man_command,
input: input,
install: true,
install_dir: get_option('mandir'),
install_dir: join_paths(get_option('mandir'), 'man1'),
output: output,
)
endforeach