commit 7860e71
hovercats
·
2024-02-23 16:05:04 +0000 UTC
parent 74cceef
xbanish: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -7,3 +7,6 @@ make \
2 PREFIX=/ \
3 MANDIR=/share/man/man1 \
4 install
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9