[fpc-pascal]Makefile.fpc

Peter Vreman peter at freepascal.org
Mon Jun 24 07:27:28 CEST 2002


> 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







More information about the fpc-pascal mailing list