head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.10.08.15.05.27;	author gjb;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add the bsdinstall Handbook chapter.

Thanks to everyone who worked on this.  Special thanks to gavin@@ and
wblock@@ who worked especially hard to get this in shape and ready for
9.0-RELEASE.

Commit to link this to the build to follow soon.
@
text
@#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#

CHAPTERS= 	bsdinstall/chapter.sgml

VPATH=		..

MASTERDOC=	${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}

DOC_PREFIX?= 	${.CURDIR}/../../../..

.include "../Makefile"
@
