commit 30f743e
hovercats
·
2024-02-23 16:02:09 +0000 UTC
parent ec2ec8b
zip: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -15,3 +15,6 @@ make \
2 prefix="$1/" \
3 MANDIR="$1/share/man/man1" \
4 -f unix/Makefile install
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9