Commit Diff
--- sync-man.sh +++ sync-man.sh @@ -1,6 +1,6 @@ #!/bin/sh -CONVERT="mandoc -T html -O style=mandoc.css" +CONVERT="mandoc -T html -O style=mandoc.css -O man=%N.%S.html" for f in got.1 got-worktree.5 git-repository.5 got.conf.5; do $CONVERT $HOME/src/got/got/$f > ./${f}.html