aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-04 03:27:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-04 03:27:32 +0000
commitca14eaae368bd5fee9f9faf693aad69b58599fc0 (patch)
tree50452189822d9d7aa170706485b32adaf7b88bd9 /gnu
parentae075f7fb7fad8fed57c9171a36b2b3776a44fb2 (diff)
downloadsrc-ca14eaae368bd5fee9f9faf693aad69b58599fc0.tar.gz
src-ca14eaae368bd5fee9f9faf693aad69b58599fc0.zip
Turn off GNU Info docs until someone upgrades our texinfo system to one
that understands "command{foo}".
Notes
Notes: svn path=/head/; revision=55381
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index b1875fedabe5..60dddfea297f 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -25,7 +25,9 @@ LINKS+= ${BINDIR}/grep ${BINDIR}/zgrep \
MLINKS+=grep.1 zgrep.1 grep.1 zegrep.1 grep.1 zfgrep.1
.endif
-SUBDIR+=doc
+# XXX: cannot build docs until our texinfo system is updated to understand
+# "command{foo}".
+# SUBDIR+=doc
check: all
@failed=0; total=0; \