diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-04 03:27:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-04 03:27:32 +0000 |
commit | 54e7afc455835e71cf921272842b3fcc61933433 (patch) | |
tree | 5fb68646c558e33ef8ac81ea8c6d983fc307583f /gnu | |
parent | bd182639a3ccc0532f5efbd9f3562af68fbe1098 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | gnu/usr.bin/grep/Makefile | 4 |
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; \ |