commit e51b0c9
hovercats
·
2024-05-14 10:21:58 +0000 UTC
parent a71f2db
lame: compress manpages
2 files changed,
+4,
-1
+3,
-0
1@@ -13,3 +13,6 @@ mv -f _ doc/Makefile.in
2
3 make
4 make DESTDIR="$1" install
5+
6+# Compress manpages
7+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -1 +1 @@
2-3.100 2
3+3.100 3