Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Remove HTMLDOCDIR; it is no longer used (and doesn'...
details: https://anonhg.NetBSD.org/src/rev/e94d3efb6481
branches: trunk
changeset: 330336:e94d3efb6481
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Jul 05 19:23:38 2014 +0000
description:
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.
diffstat:
share/mk/bsd.README | 5 +----
share/mk/bsd.own.mk | 3 +--
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r d5980a76c4f8 -r e94d3efb6481 share/mk/bsd.README
--- a/share/mk/bsd.README Sat Jul 05 19:23:15 2014 +0000
+++ b/share/mk/bsd.README Sat Jul 05 19:23:38 2014 +0000
@@ -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 @@
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]
diff -r d5980a76c4f8 -r e94d3efb6481 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Jul 05 19:23:15 2014 +0000
+++ b/share/mk/bsd.own.mk Sat Jul 05 19:23:38 2014 +0000
@@ -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 @@
LIBMODE?= ${NONBINMODE}
DOCDIR?= /usr/share/doc
-HTMLDOCDIR?= /usr/share/doc/html
DOCGRP?= wheel
DOCOWN?= root
DOCMODE?= ${NONBINMODE}
Home |
Main Index |
Thread Index |
Old Index