diff --git a/doc/Makefile.am b/doc/Makefile.am index b602ca42..56eaeabf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,7 +21,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -man_MANS = nghttp.1 nghttpd.1 nghttpx.1 +man_MANS = nghttp.1 nghttpd.1 nghttpx.1 h2load.1 EXTRA_DIST = \ mkapiref.py \ diff --git a/doc/h2load.h2m b/doc/h2load.h2m new file mode 100644 index 00000000..c74e1116 --- /dev/null +++ b/doc/h2load.h2m @@ -0,0 +1,3 @@ +[SEE ALSO] + +nghttp(1), nghttpd(1), nghttpx(1) diff --git a/doc/nghttp.h2m b/doc/nghttp.h2m index f6e533fe..eac6ec0c 100644 --- a/doc/nghttp.h2m +++ b/doc/nghttp.h2m @@ -1,3 +1,3 @@ [SEE ALSO] -nghttpd(1), nghttpx(1) +nghttpd(1), nghttpx(1), h2load(1) diff --git a/doc/nghttpd.h2m b/doc/nghttpd.h2m index 10751758..fa02c9a2 100644 --- a/doc/nghttpd.h2m +++ b/doc/nghttpd.h2m @@ -1,3 +1,3 @@ [SEE ALSO] -nghttp(1), nghttpx(1) +nghttp(1), nghttpx(1), h2load(1) diff --git a/doc/nghttpx.h2m b/doc/nghttpx.h2m index b43caec7..fba92116 100644 --- a/doc/nghttpx.h2m +++ b/doc/nghttpx.h2m @@ -1,3 +1,3 @@ [SEE ALSO] -nghttp(1), nghttpd(1) +nghttp(1), nghttpd(1), h2load(1) diff --git a/makemanpages b/makemanpages index 430772f3..c7d565dd 100755 --- a/makemanpages +++ b/makemanpages @@ -8,3 +8,6 @@ help2man --output=doc/nghttpd.1 --name="HTTP/2 experimental server" \ help2man --output=doc/nghttpx.1 --name="HTTP/2 experimental proxy" \ -N --include doc/nghttpx.h2m src/nghttpx + +help2man --output=doc/h2load.1 --name="HTTP/2 benchmarking tool" \ + -N --include doc/h2load.h2m src/h2load