commit 82cb7461ab483c0eb1a8fddb29b1565c75b47b2e from: Stefan Sperling date: Thu Feb 08 09:55:16 2024 UTC create links to other pages in SEE ALSO sections commit - 575bff289c9d53a581357f7079c86d45bdd34f1e commit + 82cb7461ab483c0eb1a8fddb29b1565c75b47b2e blob - cde918dd3626cbf72f7bd01e001067bd4078f3c5 blob + 84974eae00528530eb0faaf65d27aaa0cc0fefa8 --- 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