aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-01-18 09:52:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-01-18 09:52:00 +0000
commitc9746255c9789455dd66e99c64f277915ef042da (patch)
treec29763b2db0a04d0e8848099637b882474b280c0 /gnu/usr.bin/grep
parent1331c61815c25212b73b34cf19a050cdb7c484de (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 60dddfea297f5..b1875fedabe5c 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -25,9 +25,7 @@ LINKS+= ${BINDIR}/grep ${BINDIR}/zgrep \
MLINKS+=grep.1 zgrep.1 grep.1 zegrep.1 grep.1 zfgrep.1
.endif
-# XXX: cannot build docs until our texinfo system is updated to understand
-# "command{foo}".
-# SUBDIR+=doc
+SUBDIR+=doc
check: all
@failed=0; total=0; \