The Man-pages package contains over 2,400 man pages.
Remove two man pages for password hashing functions. Libxcrypt will provide a better version of these man pages:
rm -v man3/crypt*
Install Man-pages by running:
make -R GIT=false prefix=/usr install
The meaning of the options:
-R
This prevents make from setting any
built-in variables. The building system of man-pages does not
work well with built-in variables, but currently there is no
way to disable them except passing -R
explicitly via the command
line.
GIT=false
This prevents the building system from emitting many
git: command not found
warnings lines.