From 79cf1201a9e77fba64b6dd02f302fd29cfcd3322 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Mon, 10 Oct 2005 13:21:43 +0000 Subject: [PATCH] Install HTML BIND 9 Documentation --- usr.sbin/bind/Makefile | 4 ++-- usr.sbin/bind/Makefile.inc | 4 +++- usr.sbin/bind/html/Makefile | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 usr.sbin/bind/html/Makefile diff --git a/usr.sbin/bind/Makefile b/usr.sbin/bind/Makefile index 4424f5f1f52b..f4408d696750 100644 --- a/usr.sbin/bind/Makefile +++ b/usr.sbin/bind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/05/23 03:16:40 lukem Exp $ +# $NetBSD: Makefile,v 1.14 2005/10/10 13:26:28 rpaulo Exp $ SUBDIR= libbind9 libdns libisc libisccc libisccfg liblwres .WAIT \ - dig host named nslookup nsupdate rndc rndc-confgen + html dig host named nslookup nsupdate rndc rndc-confgen .include "Makefile.inc" diff --git a/usr.sbin/bind/Makefile.inc b/usr.sbin/bind/Makefile.inc index a2d1b96d4358..b80605729a9e 100644 --- a/usr.sbin/bind/Makefile.inc +++ b/usr.sbin/bind/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.19 2005/01/10 03:01:18 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.20 2005/10/10 13:26:28 rpaulo Exp $ .if !defined(BIND9_MAKEFILE_INC) BIND9_MAKEFILE_INC=yes @@ -11,6 +11,8 @@ NAMED_USE_PTHREADS?=yes IDIST= ${NETBSDSRCDIR}/dist/bind BIND_SRCDIR= ${NETBSDSRCDIR}/usr.sbin/bind +BIND_HTMLDIR= /usr/share/doc/html/bind9 + .include "${IDIST}/version" VERSION=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER} diff --git a/usr.sbin/bind/html/Makefile b/usr.sbin/bind/html/Makefile new file mode 100644 index 000000000000..eabb18dd5f35 --- /dev/null +++ b/usr.sbin/bind/html/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2005/10/10 13:21:43 rpaulo Exp $ + +.include +.include "${.CURDIR}/../Makefile.inc" + +.if ${MKDOC} != "no" + +DIST= ${IDIST}/doc ${IDIST}/doc/arm +.PATH: ${DIST} + +BINDIR= ${BIND_HTMLDIR}/arm + +BIND_ARM= Bv9ARM.ch01.html Bv9ARM.ch01.html Bv9ARM.ch02.html \ + Bv9ARM.ch03.html Bv9ARM.ch04.html Bv9ARM.ch05.html \ + Bv9ARM.ch06.html Bv9ARM.ch07.html Bv9ARM.ch08.html \ + Bv9ARM.ch09.html Bv9ARM.html + +FILES= ${BIND_ARM} + +.endif + +.include