Installation of Man
Before Man is installed, the man patch file needs to be unpacked.
	patch -Np1 -i ../man-&man-version;.patch
		&&
	./configure -default &&
	make &&
	make install
You may want to take a look at the man hint
which deals with formatting and compression issues for man pages.