commit - 47f19dd515895c4e10e541d48978aacc01938d66
commit + b352efd0369bb18f57f9a75a61eddc4633b1edcf
blob - e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (mode 644)
blob + /dev/null
blob - e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (mode 644)
blob + /dev/null
blob - fcec68d0b0d2bb3062ce2e5c57a3da0fb463c92d
blob + 68e29cae3a5c7279d076a6a412f84c6cdfb807cd
--- manual.html
+++ manual.html
<li><a href="got-worktree.5.html">got-worktree</a> — Got work tree format
<li><a href="git-repository.5.html">git-repository</a> — Git repository format
</ul>
-Manual pages installed by the <tt>gotweb</tt> package:
-<ul>
-<li><a href="gotweb.conf.5.html">gotweb.conf</a> — gotweb configuration file
-<li><a href="gotweb.8.html">gotweb</a> — Game of Trees Git repository server for web browsers
-</ul>
Manual pages installed by the <tt>gotwebd</tt> package:
<ul>
<li><a href="gotwebd.conf.5.html">gotwebd.conf</a> — gotwebd configuration file
blob - e09c759fe1d571882701e1b78dac2cf113420cc9
blob + bb14ae17769c57d3de1e2c4fecddacdcfccc3ef9
--- sync-man.sh
+++ sync-man.sh
done
$CONVERT $HOME/src/got/gotadmin/gotadmin.1 > ./gotadmin.1.html
$CONVERT $HOME/src/got/tog/tog.1 > ./tog.1.html
-for f in gotweb.8 gotweb.conf.5; do
- $CONVERT $HOME/src/got/gotweb/$f > ./${f}.html
-done
for f in gotwebd.8 gotwebd.conf.5; do
$CONVERT $HOME/src/got/gotwebd/$f > ./${f}.html
done