Commit Diff


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
@@ -26,11 +26,6 @@ Manual pages installed by the <tt>got</tt> package:
 <li><a href="got-worktree.5.html">got-worktree</a> &mdash; Got work tree format
 <li><a href="git-repository.5.html">git-repository</a> &mdash; Git repository format
 </ul>
-Manual pages installed by the <tt>gotweb</tt> package:
-<ul>
-<li><a href="gotweb.conf.5.html">gotweb.conf</a> &mdash; gotweb configuration file
-<li><a href="gotweb.8.html">gotweb</a> &mdash; 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> &mdash; gotwebd configuration file
blob - e09c759fe1d571882701e1b78dac2cf113420cc9
blob + bb14ae17769c57d3de1e2c4fecddacdcfccc3ef9
--- sync-man.sh
+++ sync-man.sh
@@ -7,9 +7,6 @@ for f in got.1 got-worktree.5 git-repository.5 got.con
 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