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:
parent
badabf1145
commit
6b6cb07690
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user