Add man page generation script using help2man
This commit is contained in:
parent
f5342494f4
commit
a9991133af
|
@ -0,0 +1,3 @@
|
|||
[SEE ALSO]
|
||||
|
||||
nghttpd(1), nghttpx(1)
|
|
@ -0,0 +1,3 @@
|
|||
[SEE ALSO]
|
||||
|
||||
nghttp(1), nghttpx(1)
|
|
@ -0,0 +1,3 @@
|
|||
[SEE ALSO]
|
||||
|
||||
nghttp(1), nghttpd(1)
|
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
Loading…
Reference in New Issue