nghttp2/makemanpages

13 lines
236 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh -e
for prog in nghttp nghttpd nghttpx h2load; do
src/$prog -h | ./help2rst.py -i doc/$prog.h2r > doc/$prog.1.rst
done
2014-05-09 17:19:02 +02:00
cd doc
make man
for prog in nghttp nghttpd nghttpx h2load; do
cp manual/man/$prog.1 $prog.1
done