commit c2f72a2a19c1a10ac4ffc50fd3353514f2afc6b0 from: Stefan Sperling date: Tue Aug 13 12:32:37 2019 UTC add a script to sync man pages commit - 4967d3c2f206d9cb5221a57995c1f066eaba275e commit + c2f72a2a19c1a10ac4ffc50fd3353514f2afc6b0 blob - /dev/null blob + 78fa8a84ed8474003333c727ff2846e6e8985a10 (mode 755) --- /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