add install man-page target + improve man page NAME section

This commit is contained in:
kento2 2026-09-09 04:19:50 +02:00
parent 2ed9805b67
commit 1095ceff5e
2 changed files with 3 additions and 1 deletions

View file

@ -15,3 +15,5 @@ executable('htpipe', files(
'./htpipe.c',
'./minimal_multipart_parser.c',
), dependencies:deps, install:true)
install_man('htpipe.1')