Commit Diff
- Commit:
cdde3ef721581624344a86bb8be4c6c819e093ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
- Message:
- 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.
- Actions:
- Patch | Tree
--- 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