Module Name:    src
Committed By:   joerg
Date:           Fri Nov 30 17:51:51 UTC 2012

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.715 -r1.716 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.own.mk
diff -u src/share/mk/bsd.own.mk:1.715 src/share/mk/bsd.own.mk:1.716
--- src/share/mk/bsd.own.mk:1.715	Sat Nov 24 14:00:35 2012
+++ src/share/mk/bsd.own.mk	Fri Nov 30 17:51:50 2012
@@ -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_MAKEFS=		makefs
 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

Reply via email to