Module Name:    src
Committed By:   dholland
Date:           Sun Jul  6 06:34:33 UTC 2014

Modified Files:
        src/share/mk: bsd.doc.mk

Log Message:
Don't install EXTRAHTMLFILES if MKHTML is "no".


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/share/mk/bsd.doc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.doc.mk
diff -u src/share/mk/bsd.doc.mk:1.65 src/share/mk/bsd.doc.mk:1.66
--- src/share/mk/bsd.doc.mk:1.65	Sat Jul  5 19:22:04 2014
+++ src/share/mk/bsd.doc.mk	Sun Jul  6 06:34:33 2014
@@ -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:

Reply via email to