add man pages + add -n option to nobotgate-access
This commit is contained in:
parent
107ec67105
commit
26aa9c3b7e
4 changed files with 57 additions and 4 deletions
|
|
@ -26,3 +26,8 @@ executable('nobotgate', files(
|
|||
executable('nobotgate-access', files(
|
||||
'./nobotgate-access.c',
|
||||
), dependencies:deps, install:true)
|
||||
|
||||
install_man([
|
||||
'./doc/nobotgate.1',
|
||||
'./doc/nobotgate-access.1',
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue