Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/bind/html Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/0f86877fe45e
branches:  netbsd-3
changeset: 577363:0f86877fe45e
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Oct 15 16:44:19 2005 +0000

description:
Pull up following revision(s) (requested by rpaulo in ticket #881):
        usr.sbin/bind/html/Makefile: revision 1.1
Install HTML BIND 9 Documentation

diffstat:

 usr.sbin/bind/html/Makefile |  22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r d0ce6791b2b5 -r 0f86877fe45e usr.sbin/bind/html/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/html/Makefile       Sat Oct 15 16:44:19 2005 +0000
@@ -0,0 +1,22 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/10/15 16:44:19 riz 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>



Home | Main Index | Thread Index | Old Index