awl/doc/makeman.sh
Sam Therapy add1ef61a2
All checks were successful
continuous-integration/drone/push Build is passing
feat(packaging): Prepare for apt packaging (#139)
This needs to be tested (preferably extensively), which I will do now

Reviewed-on: #139
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-10-14 14:11:01 +00:00

8 lines
91 B
Bash
Executable file

#!/bin/sh
set -e
rm -f doc/awl.1.gz
scdoc <doc/awl.1.scd >doc/awl.1
gzip -9 -n doc/awl.1