From 1095ceff5e1ffc5e3e15eac9058fcab8a56acfd6 Mon Sep 17 00:00:00 2001 From: kento2 Date: Wed, 9 Sep 2026 04:19:50 +0200 Subject: [PATCH] add install man-page target + improve man page NAME section --- htpipe.1 | 2 +- meson.build | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/htpipe.1 b/htpipe.1 index 19c222c..0cdd034 100644 --- a/htpipe.1 +++ b/htpipe.1 @@ -1,6 +1,6 @@ .TH htpipe 1 .SH NAME -htpipe \- pipe HTTP header fields +htpipe \- pipe HTTP multipart/form-data fields .SH SYNOPSIS htpipe PROG ARGS .SH DESCRIPTION diff --git a/meson.build b/meson.build index bb38e25..ec5a9f4 100644 --- a/meson.build +++ b/meson.build @@ -15,3 +15,5 @@ executable('htpipe', files( './htpipe.c', './minimal_multipart_parser.c', ), dependencies:deps, install:true) + +install_man('htpipe.1')