mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
Add man page generation script using help2man
This commit is contained in:
parent
f5342494f4
commit
a9991133af
3
doc/nghttp.h2m
Normal file
3
doc/nghttp.h2m
Normal file
@ -0,0 +1,3 @@
|
||||
[SEE ALSO]
|
||||
|
||||
nghttpd(1), nghttpx(1)
|
3
doc/nghttpd.h2m
Normal file
3
doc/nghttpd.h2m
Normal file
@ -0,0 +1,3 @@
|
||||
[SEE ALSO]
|
||||
|
||||
nghttp(1), nghttpx(1)
|
3
doc/nghttpx.h2m
Normal file
3
doc/nghttpx.h2m
Normal file
@ -0,0 +1,3 @@
|
||||
[SEE ALSO]
|
||||
|
||||
nghttp(1), nghttpd(1)
|
10
makemanpages
Executable file
10
makemanpages
Executable file
@ -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
Block a user