Commit Diff
--- /dev/null +++ sync-man.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +for f in got.1 got-worktree.5 git-repository.5; do + mandoc -T html $HOME/src/got/got/$f > ./${f}.html +done +mandoc -T html $HOME/src/got/tog/tog.1 > ./tog.1.html + +hg st --pager never --color never