Remove NOMANDOC, the documents are at least parsed somewhat sensible.

This commit is contained in:
joerg 2011-01-12 23:03:55 +00:00
parent 6518b0c675
commit 0e4ac962b5
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.18 2009/10/23 23:23:56 joerg Exp $
# $NetBSD: Makefile.inc,v 1.19 2011/01/12 23:03:55 joerg Exp $
# $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $
@ -163,5 +163,3 @@ GROFF_DIST= ${NETBSDSRCDIR}/gnu/dist/groff
DIST_SUBDIR?= ${.CURDIR:T}
DIST_DIR= ${GROFF_DIST}/${DIST_SUBDIR}
.PATH: ${DIST_DIR}
NOMANDOC= yes

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.100 2011/01/09 02:32:13 jakllsch Exp $
# $NetBSD: Makefile,v 1.101 2011/01/12 23:03:56 joerg Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@ -271,8 +271,6 @@ MLINKS+=fmax.3 fminf.3
MLINKS+=fdim.3 fdiml.3
MLINKS+=fdim.3 fdimf.3
NOMANDOC= yes
.if (${MKCOMPLEX} != "no")
.include "${.CURDIR}/complex/Makefile.inc"
.endif