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


1.1
date	2011.11.04.21.04.42;	author rene;	state Exp;
branches;
next	;


desc
@@


1.1
log
@MFen the Dutch Handbook:
- Makefile		1.113 -> 1.118
- book.sgml		1.177 -> 1.178
- chapters.ent		1.39 -> 1.40
- install/chapter.sgml	1.426 -> 1.429
- preface/preface.sgml	1.48 -> 1.50
- bsdinstall/Makefile	-> 1.1
- bsdinstall/chapter	-> 1.20 (work in progress)
Obtained from:	the FreeBSD Dutch Documentation Project
@
text
@#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
# %SOURCE%	en_US.ISO8859-1/books/handbook/bsdinstall/Makefile
# %SRCID%	1.1
#

CHAPTERS= 	bsdinstall/chapter.sgml

VPATH=		..

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

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

.include "../Makefile"
@
