summaryrefslogtreecommitdiffstats
path: root/crates/mdman/build-man.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcrates/mdman/build-man.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/mdman/build-man.sh b/crates/mdman/build-man.sh
new file mode 100755
index 0000000..9286b17
--- /dev/null
+++ b/crates/mdman/build-man.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -e
+
+cargo run -- -t md -o doc/out doc/*.md
+cargo run -- -t txt -o doc/out doc/*.md
+cargo run -- -t man -o doc/out doc/*.md