commit cdde3ef721581624344a86bb8be4c6c819e093ca from: Stefan Sperling date: Thu Feb 08 09:59:01 2024 UTC revert: create links to other pages in SEE ALSO sections Unfortunately mandoc also links Xr refs outside of SEE ALSO sections, which means we cannot use this feature without creating broken links to third-party git(1) pages and such... better leave things simple. commit - 82cb7461ab483c0eb1a8fddb29b1565c75b47b2e commit + cdde3ef721581624344a86bb8be4c6c819e093ca blob - 84974eae00528530eb0faaf65d27aaa0cc0fefa8 blob + cde918dd3626cbf72f7bd01e001067bd4078f3c5 --- sync-man.sh +++ sync-man.sh @@ -1,6 +1,6 @@ #!/bin/sh -CONVERT="mandoc -T html -O style=mandoc.css -O man=%N.%S.html" +CONVERT="mandoc -T html -O style=mandoc.css" for f in got.1 got-worktree.5 git-repository.5 got.conf.5; do $CONVERT $HOME/src/got/got/$f > ./${f}.html