1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-02-03 13:21:24 +02:00

release.sh: store compressed and uncompressed manpages

This commit is contained in:
Jake McGinty 2021-04-09 16:15:46 +09:00
parent badabf1145
commit 6b6cb07690

View File

@ -21,7 +21,7 @@ cargo build
for binary in "innernet" "innernet-server"; do
help2man --no-discard-stderr -s8 "target/debug/$binary" -N > "doc/$binary.8"
gzip -f "doc/$binary.8"
gzip -fk "doc/$binary.8"
done
git add doc