Install HTML BIND 9 Documentation

This commit is contained in:
rpaulo 2005-10-10 13:21:43 +00:00
parent b17222de0e
commit 79cf1201a9
3 changed files with 27 additions and 3 deletions

View File

@ -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"

View File

@ -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}

View File

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1 2005/10/10 13:21:43 rpaulo Exp $
.include <bsd.own.mk>
.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 <bsd.prog.mk>