Sam
add1ef61a2
All checks were successful
continuous-integration/drone/push Build is passing
This needs to be tested (preferably extensively), which I will do now Reviewed-on: #139 Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
7 lines
91 B
Bash
Executable file
7 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
|