blob: 7445c6e59814d899970668f27c53f721cf2d6816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2000/09/04 22:14:31 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
DIST=${IDIST}/doc
.PATH: ${DIST}
TEXINFO = cvsclient.texi cvs.texinfo
INFOFLAGS = -I${DIST} -I${.CURDIR}
.include <bsd.info.mk>
|