> Which is the best way to include the instalation of unix man pages
> -already zipped- in the Makefile.fpc ?
You need to include it yourself in the [rules] section:
[rules]
install: fpc_install install_man
install_man:
$(INSTALL) manpage.1.gz $(PREFIX)/share/man/man1