summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-23 12:13:50 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-23 12:13:50 +0000
commit68724c0f259f3ac9ffd8076581b17eec8c43719b (patch)
tree0145e41771eed2bbb1605f01ad550948f56eeadf /gnu/usr.bin/texinfo
parent210f5b06a817aaafe6caa0d16be512bf149c2350 (diff)
respect NOMAN (in bulk)
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r--gnu/usr.bin/texinfo/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
index cec6f4f8481..15ef97ebd29 100644
--- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $Id: Makefile.bsd-wrapper,v 1.8 1996/07/20 09:05:10 deraadt Exp $
+# $Id: Makefile.bsd-wrapper,v 1.9 1997/06/23 12:13:45 kstailey Exp $
INFODIR= infodir=${DESTDIR}/usr/share/info
INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:.
@@ -42,4 +42,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif