summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-04 03:27:32 +0000
committerobrien <obrien@FreeBSD.org>2000-01-04 03:27:32 +0000
commit54e7afc455835e71cf921272842b3fcc61933433 (patch)
tree5fb68646c558e33ef8ac81ea8c6d983fc307583f /gnu/usr.bin/grep
parentbd182639a3ccc0532f5efbd9f3562af68fbe1098 (diff)
downloadFreeBSD-src-54e7afc455835e71cf921272842b3fcc61933433.zip
FreeBSD-src-54e7afc455835e71cf921272842b3fcc61933433.tar.gz
Turn off GNU Info docs until someone upgrades our texinfo system to one
that understands "command{foo}".
Diffstat (limited to 'gnu/usr.bin/grep')
-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 b1875fe..60dddfe 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; \
OpenPOWER on IntegriCloud