commit da9c4b6

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