commit 1f15912
hovercats
·
2024-05-14 10:28:35 +0000 UTC
parent 447aadc
libxslt: compress manpages
2 files changed,
+4,
-1
+3,
-0
1@@ -14,3 +14,6 @@ make DESTDIR="$1" install
2 rm -rf \
3 "$1/usr/share/gtk-doc" \
4 "$1/usr/share/doc"
5+
6+# Compress manpages
7+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -1 +1 @@
2-1.1.39 2
3+1.1.39 3