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.
This commit is contained in:
parent
0580599ec4
commit
0663904a6f
@ -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]
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user