Add HTMLDOCDIR pointing to /usr/share/doc/html.

This commit is contained in:
simonb 2000-05-02 11:44:20 +00:00
parent 22ffe6a4de
commit b155979066
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.61 2000/03/07 20:55:05 veego Exp $
# $NetBSD: bsd.README,v 1.62 2000/05/02 11:44:20 simonb Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@ -197,6 +197,9 @@ 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]

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.135 2000/04/24 14:22:05 simonb Exp $
# $NetBSD: bsd.own.mk,v 1.136 2000/05/02 11:44:20 simonb Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -49,6 +49,7 @@ LIBOWN?= ${BINOWN}
LIBMODE?= ${NONBINMODE}
DOCDIR?= /usr/share/doc
HTMLDOCDIR?= /usr/share/doc/html
DOCGRP?= wheel
DOCOWN?= root
DOCMODE?= ${NONBINMODE}