Install the man page for rcs2log.

This commit is contained in:
apb 2006-10-08 21:27:21 +00:00
parent 83863ce48b
commit 8371d48da2

View File

@ -1,17 +1,16 @@
# $NetBSD: Makefile,v 1.1 2006/02/04 16:22:54 christos Exp $
NOMAN= # defined
# $NetBSD: Makefile,v 1.2 2006/10/08 21:27:21 apb Exp $
.include "${.CURDIR}/../Makefile.inc"
DIST= ${IDIST}/contrib
.PATH: ${DIST} ${IDIST}/man
SCRIPTS= rcs2log
MAN= rcs2log.1
CLEANFILES= ${SCRIPTS}
rcs2log: rcs2log.sh
sed -e "s/@MKTEMP_SH_FUNCTION@//" -e "s/@MKTEMP@/mktemp/" \
${.ALLSRC} > ${.TARGET}
DIST=${IDIST}/contrib
.PATH: ${DIST}
.include <bsd.prog.mk>