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
8 hg st --pager never --color never