diff options
| author | joerg <joerg@NetBSD.org> | 2009-10-23 23:23:56 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2009-10-23 23:23:56 +0000 |
| commit | aedb06c6a4a84f3c5d5e5e308fae253db0a55d2f (patch) | |
| tree | a3d254a521ed17ae0edea967085b44d432ca9350 /gnu/usr.bin | |
| parent | 5e73cc20c91f4c23ece79a09acee8f0d53fa6813 (diff) | |
Don't even try to use mandoc for the groff documentation.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index bc55e6e5e36..4b157eddca0 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.17 2008/10/25 22:27:35 apb Exp $ +# $NetBSD: Makefile.inc,v 1.18 2009/10/23 23:23:56 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $ @@ -163,3 +163,5 @@ GROFF_DIST= ${NETBSDSRCDIR}/gnu/dist/groff DIST_SUBDIR?= ${.CURDIR:T} DIST_DIR= ${GROFF_DIST}/${DIST_SUBDIR} .PATH: ${DIST_DIR} + +NOMANDOC= yes |
