watchexec/bin/manpage

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