add man pages + add -n option to nobotgate-access

This commit is contained in:
kento2 2026-09-09 03:26:53 +02:00
parent 107ec67105
commit 26aa9c3b7e
4 changed files with 57 additions and 4 deletions

View file

@ -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',
])