projects
/
external
/
nghttp2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tizen 2.4 release
[external/nghttp2.git]
/
makemanpages
1
#!/bin/sh -e
2
3
for prog in nghttp nghttpd nghttpx h2load; do
4
src/$prog -h | ./help2rst.py -i doc/$prog.h2r > doc/$prog.1.rst
5
done
6
7
cd doc
8
make man
9
10
for prog in nghttp nghttpd nghttpx h2load; do
11
cp manual/man/$prog.1 $prog.1
12
done