Blob


1 #!/bin/sh
3 for f in got.1 got-worktree.5 git-repository.5; do
4 mandoc -T html $HOME/src/got/got/$f > ./${f}.html
5 done
6 mandoc -T html $HOME/src/got/tog/tog.1 > ./tog.1.html
7 for f in gotweb.8 gotweb.conf.5; do
8 mandoc -T html $HOME/src/got/gotweb/$f > ./${f}.html
9 done
11 got st