diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-12 06:46:16 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-12 06:46:16 -0800 |
| commit | 0cbe784b15dbb4a07c30792a3dc1c864195ea24f (patch) | |
| tree | fac5a47df83c9dfe559b9825dc9980a269391ade /docs/man | |
| parent | f1d57f2a6702d3dc1fe8c02290616e76a1481195 (diff) | |
| download | x-0cbe784b15dbb4a07c30792a3dc1c864195ea24f.tar.xz x-0cbe784b15dbb4a07c30792a3dc1c864195ea24f.zip | |
mandoc
Diffstat (limited to 'docs/man')
| -rwxr-xr-x | docs/man/prepare.sh | 4 |
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 |
