/
githubmirror
/
nghttp2
Обзор
Документация
Войти
/
githubmirror
/
nghttp2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
makemanpages
12 строк
236 B
Tatsuhiro Tsujikawa
Produce man pages using sphinx
09 янв 2015, 18:37
09 янв 2015, 18:37
a3dcf1e
Код
Авторство
О чём код?
#!/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 cd doc make man for prog in nghttp nghttpd nghttpx h2load; do cp manual/man/$prog.1 $prog.1 done