2002-03-06 05:40:06 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2002/03/06 02:40:06 wiz Exp $
|
2000-09-05 01:46:56 +04:00
|
|
|
|
2000-09-05 02:14:31 +04:00
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
2000-09-05 01:46:56 +04:00
|
|
|
|
|
|
|
DIST=${IDIST}/doc
|
|
|
|
.PATH: ${DIST}
|
|
|
|
TEXINFO = cvsclient.texi cvs.texinfo
|
|
|
|
INFOFLAGS = -I${DIST} -I${.CURDIR}
|
|
|
|
|
|
|
|
.include <bsd.info.mk>
|