bundlerApp: compress man pages

This commit is contained in:
Anton Mosich
2025-11-25 23:43:49 +01:00
parent 8ad467f6d5
commit a7275f393e
@@ -100,5 +100,6 @@ runCommand basicEnv.name cmdArgs ''
lib.optionalString (basicEnv.gemType == "git" || basicEnv.gemType == "url") "bundler/"
}gems/${basicEnv.name} \( -wholename "*/man/*.$section" -o -wholename "*/man/man$section/*.$section" \) -print -execdir mkdir -p $mandir \; -execdir cp '{}' $mandir \;
done
compressManPages "''${!outputMan}"
''}
''