add install man-page target + improve man page NAME section
This commit is contained in:
parent
2ed9805b67
commit
1095ceff5e
2 changed files with 3 additions and 1 deletions
2
htpipe.1
2
htpipe.1
|
|
@ -1,6 +1,6 @@
|
||||||
.TH htpipe 1
|
.TH htpipe 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
htpipe \- pipe HTTP header fields
|
htpipe \- pipe HTTP multipart/form-data fields
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
htpipe PROG ARGS
|
htpipe PROG ARGS
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,5 @@ executable('htpipe', files(
|
||||||
'./htpipe.c',
|
'./htpipe.c',
|
||||||
'./minimal_multipart_parser.c',
|
'./minimal_multipart_parser.c',
|
||||||
), dependencies:deps, install:true)
|
), dependencies:deps, install:true)
|
||||||
|
|
||||||
|
install_man('htpipe.1')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue