summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/doc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2000-09-04 21:46:56 +0000
committerchristos <christos@NetBSD.org>2000-09-04 21:46:56 +0000
commit7803a4e4eff3e1fcfd26156a9c448fae2e3ef3c3 (patch)
tree18b8eb18ba9df0376cb63dee6b56037d5bd7b397 /gnu/usr.bin/cvs/doc
parent16cc52a1aada59725a28ade9c5a877d98a4b57d8 (diff)
Add reach-over Makefiles for cvs
Diffstat (limited to 'gnu/usr.bin/cvs/doc')
-rw-r--r--gnu/usr.bin/cvs/doc/Makefile11
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>