[util] Install man pages

This commit is contained in:
Khaled Hosny 2025-03-27 21:16:12 +02:00
parent 7f10c0edfd
commit 9a80c0da84

View file

@ -88,8 +88,8 @@ if help2man.found()
output: target,
command: [help2man, '--help-option=--help-all', '--no-info', '--output=' + '@OUTPUT@', '@INPUT@'],
build_by_default: true,
#install: true,
#install_dir: ???,
install: true,
install_dir: get_option('mandir') / 'man1',
)
endforeach
endif