Commit a9991133 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add man page generation script using help2man

parent f5342494
[SEE ALSO]
nghttpd(1), nghttpx(1)
[SEE ALSO]
nghttp(1), nghttpx(1)
[SEE ALSO]
nghttp(1), nghttpd(1)
#!/bin/sh -e
help2man --output=doc/nghttp.1 --name="HTTP/2 experimental client" \
-N --include doc/nghttp.h2m src/nghttp
help2man --output=doc/nghttpd.1 --name="HTTP/2 experimental server" \
-N --include doc/nghttpd.h2m src/nghttpd
help2man --output=doc/nghttpx.1 --name="HTTP/2 experimental proxy" \
-N --include doc/nghttpx.h2m src/nghttpx
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment