When I build some source in custom location, i.e.:
configure --prefix=$HOME/.local
and then, make install..., man pages are copied in ~/.local/share/man/ but inaccessible from man command
How can I make man recognise pages in my custom location?
