mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[util] Install man pages
This commit is contained in:
parent
7f10c0edfd
commit
9a80c0da84
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue