davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
420 stars 59 forks source link

Install man pages from man/ directory to staging area $(INSDIR). #228

Closed tkchia closed 3 years ago

tkchia commented 3 years ago

This patch causes a top-level make and make install to install the man/ directory's man pages. These were previously not installed.

For now, the patch just copies man/*.6 and man/*.7 to the installation staging directory $(INSDIR), and later the $(PREFIX) directory.

(According to man/proto.make and bin/mk_manpage, by right (?), one should prepend the file man/head to each *.6 or *.7 file. However, on my system, prepending man/head does not seem to do anything useful to the final formatted outputs.)