aboutsummaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-12 06:46:16 -0800
committerChristine Dodrill <me@christine.website>2019-01-12 06:46:16 -0800
commit0cbe784b15dbb4a07c30792a3dc1c864195ea24f (patch)
treefac5a47df83c9dfe559b9825dc9980a269391ade /docs/man
parentf1d57f2a6702d3dc1fe8c02290616e76a1481195 (diff)
downloadx-0cbe784b15dbb4a07c30792a3dc1c864195ea24f.tar.xz
x-0cbe784b15dbb4a07c30792a3dc1c864195ea24f.zip
mandoc
Diffstat (limited to 'docs/man')
-rwxr-xr-xdocs/man/prepare.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/man/prepare.sh b/docs/man/prepare.sh
index c56f8f1..c8f23bc 100755
--- a/docs/man/prepare.sh
+++ b/docs/man/prepare.sh
@@ -1,8 +1,6 @@
#!/bin/sh
-for file in *.1
+for file in *.1 *.5
do
mandoc -T markdown $file > ../$file.md
done
-
-gzip *.1