watchexec/bin/manpage
2023-03-05 14:57:34 +13:00

5 lines
173 B
Bash
Executable File

#!/bin/sh
cargo run -p watchexec-cli -- --manpage > doc/watchexec.1
roff2pdf < doc/watchexec.1 > doc/watchexec.1.pdf
pandoc doc/watchexec.1 -t markdown > doc/watchexec.1.md