commit c94af07
hovercats
·
2024-02-23 16:06:35 +0000 UTC
parent da9c4b6
unifdef: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -4,3 +4,6 @@ export DESTDIR="$1"
2
3 make
4 make prefix=/ install
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9