bundlerApp: compress man pages
This commit is contained in:
@@ -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}"
|
||||
''}
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user