diff options
| author | christos <christos@NetBSD.org> | 2000-09-04 21:46:56 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2000-09-04 21:46:56 +0000 |
| commit | 7803a4e4eff3e1fcfd26156a9c448fae2e3ef3c3 (patch) | |
| tree | 18b8eb18ba9df0376cb63dee6b56037d5bd7b397 /gnu/usr.bin/cvs/doc | |
| parent | 16cc52a1aada59725a28ade9c5a877d98a4b57d8 (diff) | |
Add reach-over Makefiles for cvs
Diffstat (limited to 'gnu/usr.bin/cvs/doc')
| -rw-r--r-- | gnu/usr.bin/cvs/doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/doc/Makefile b/gnu/usr.bin/cvs/doc/Makefile new file mode 100644 index 00000000000..7fa4948005f --- /dev/null +++ b/gnu/usr.bin/cvs/doc/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2000/09/04 21:46:57 christos Exp $ + +.include "../Makefile.inc" + +DIST=${IDIST}/doc +.PATH: ${DIST} +TEXINFO = cvsclient.texi cvs.texinfo +INFOFLAGS = -I${DIST} -I${.CURDIR} + + +.include <bsd.info.mk> |
