commit 0f721d8

hovercats  ·  2024-02-23 15:49:39 +0000 UTC
parent 006a535
gperf: compress manpages
1 files changed,  +3, -0
+3, -0
1@@ -10,3 +10,6 @@ make install
2 
3 # Remove HTML documentation.
4 rm -rf "$1/share/doc"
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9