Module Name:    src
Committed By:   dholland
Date:           Sat Jul  5 19:23:39 UTC 2014

Modified Files:
        src/share/mk: bsd.README bsd.own.mk

Log Message:
Remove HTMLDOCDIR; it is no longer used (and doesn't fit the docs
scheme) and it was never honored anyway except in a couple places.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/share/mk/bsd.README
cvs rdiff -u -r1.818 -r1.819 src/share/mk/bsd.own.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.README
diff -u src/share/mk/bsd.README:1.332 src/share/mk/bsd.README:1.333
--- src/share/mk/bsd.README:1.332	Thu May  8 13:58:34 2014
+++ src/share/mk/bsd.README	Sat Jul  5 19:23:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.README,v 1.332 2014/05/08 13:58:34 phx Exp $
+#	$NetBSD: bsd.README,v 1.333 2014/07/05 19:23:38 dholland Exp $
 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -609,9 +609,6 @@ LIBMODE		Library mode.  [${NONBINMODE}]
 DOCDIR		Base path for system documentation (e.g. PSD, USD, etc.)
 	        installation.  [/usr/share/doc]
 
-HTMLDOCDIR	Base path for html system documentation installation.
-		[/usr/share/doc/html]
-
 DOCGRP		Documentation group.  [wheel]
 
 DOCOWN		Documentation owner.  [root]

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.818 src/share/mk/bsd.own.mk:1.819
--- src/share/mk/bsd.own.mk:1.818	Sat Jul  5 19:22:04 2014
+++ src/share/mk/bsd.own.mk	Sat Jul  5 19:23:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.818 2014/07/05 19:22:04 dholland Exp $
+#	$NetBSD: bsd.own.mk,v 1.819 2014/07/05 19:23:38 dholland Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -638,7 +638,6 @@ LIBOWN?=	${BINOWN}
 LIBMODE?=	${NONBINMODE}
 
 DOCDIR?=	/usr/share/doc
-HTMLDOCDIR?=	/usr/share/doc/html
 DOCGRP?=	wheel
 DOCOWN?=	root
 DOCMODE?=	${NONBINMODE}

Reply via email to