Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Don't force link and CSS options in bsd.own.mk, bsd...



details:   https://anonhg.NetBSD.org/src/rev/20c9025c65bb
branches:  trunk
changeset: 782993:20c9025c65bb
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Nov 30 17:51:50 2012 +0000

description:
Don't force link and CSS options in bsd.own.mk, bsd.man.mk sets them.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fed4365c5bde -r 20c9025c65bb share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Nov 30 16:22:53 2012 +0000
+++ b/share/mk/bsd.own.mk       Fri Nov 30 17:51:50 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.715 2012/11/24 14:00:35 alnsn Exp $
+#      $NetBSD: bsd.own.mk,v 1.716 2012/11/30 17:51:50 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -399,7 +399,7 @@
 TOOL_MAKEINFO=         makeinfo
 TOOL_MAKEWHATIS=       /usr/libexec/makewhatis
 TOOL_MANDOC_ASCII=     mandoc -Tascii
-TOOL_MANDOC_HTML=      mandoc -Thtml -Oman=../html%S/%N.html -Ostyle=../style.css
+TOOL_MANDOC_HTML=      mandoc -Thtml
 TOOL_MANDOC_LINT=      mandoc -Tlint
 TOOL_MDSETIMAGE=       mdsetimage
 TOOL_MENUC=            menuc



Home | Main Index | Thread Index | Old Index