commit fd6d520

hovercats  ·  2024-02-23 16:12:40 +0000 UTC
parent ef1a390
meson: compress manpages
1 files changed,  +3, -0
+3, -0
1@@ -13,3 +13,6 @@ mkdir -p \
2 
3 cp -f meson "$1/bin"
4 cp -f man/meson.1 "$1/share/man/man1"
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9