01e694c2e2
one is much more intelligent, not only that it would accept multiple man page locations, it also behaves like ``make'' in that it will only deal with cat pages that are out of date (by default). Wolfram also wrote a man page for it. Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
8 lines
167 B
Makefile
8 lines
167 B
Makefile
MAN1= catman.1
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/catman.perl ${DESTDIR}${BINDIR}/catman
|
|
|
|
.include <bsd.prog.mk>
|