Don't install EXTRAHTMLFILES if MKHTML is "no".
This commit is contained in:
parent
6f882c23d6
commit
92684d2864
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.doc.mk,v 1.65 2014/07/05 19:22:04 dholland Exp $
|
||||
# $NetBSD: bsd.doc.mk,v 1.66 2014/07/06 06:34:33 dholland Exp $
|
||||
# @(#)bsd.doc.mk 8.1 (Berkeley) 8/14/93
|
||||
|
||||
.include <bsd.init.mk>
|
||||
@ -159,7 +159,9 @@ DOCINST+=${SA}.txt ${SA}.${PRINTABLE}
|
||||
DOCINST+=${SA}.html
|
||||
.endif
|
||||
.endfor
|
||||
.if ${MKHTML} != "no"
|
||||
DOCINST+=${EXTRAHTMLFILES}
|
||||
.endif
|
||||
|
||||
.if ${MKDOC} != "no"
|
||||
docinstall:
|
||||
|
Loading…
Reference in New Issue
Block a user