Commit Diff


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