[Midnightbsd-cvs] src [9763] trunk/share/doc: update doc build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jan 20 16:10:08 EST 2018


Revision: 9763
          http://svnweb.midnightbsd.org/src/?rev=9763
Author:   laffer1
Date:     2018-01-20 16:10:07 -0500 (Sat, 20 Jan 2018)
Log Message:
-----------
update doc build

Modified Paths:
--------------
    trunk/share/doc/Makefile

Removed Paths:
-------------
    trunk/share/doc/bind9/

Modified: trunk/share/doc/Makefile
===================================================================
--- trunk/share/doc/Makefile	2018-01-20 21:04:42 UTC (rev 9762)
+++ trunk/share/doc/Makefile	2018-01-20 21:10:07 UTC (rev 9763)
@@ -1,26 +1,19 @@
 #	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
 # $FreeBSD: src/share/doc/Makefile,v 1.19 2004/09/25 09:11:39 dougb Exp $
-# $MidnightBSD: src/share/doc/Makefile,v 1.2 2008/11/24 14:21:09 laffer1 Exp $
+# $MidnightBSD$
 
 .include <bsd.own.mk>
 
-SUBDIR=	${_bind9} IPv6 legal ${_llvm} ${_roffdocs}
+SUBDIR=	IPv6 legal ${_llvm} ${_roffdocs}
 
-.if ${MK_BIND} != "no"
-_bind9=	bind9
-.endif
-
 .if ${MK_CLANG} != "no"
 _llvm=	llvm
 .endif
 
-# FIXME this is not a real solution ...
-.if ${MK_GROFF} != "no"
-_roffdocs=	papers psd smm usd
-.endif
-
 # Default output format for troff documents is ascii.
 # To generate postscript versions of troff documents, use:
 #  make PRINTERDEVICE=ps
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>



More information about the Midnightbsd-cvs mailing list