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


1.1
date	2011.11.06.15.45.54;	author ryusuke;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Add bsdinstall chapter.

  1.113 -> 1.116	doc/ja_JP.eucJP/books/handbook/Makefile
  1.177 -> 1.178	doc/ja_JP.eucJP/books/handbook/book.sgml
  (new) -> 1.1		doc/ja_JP.eucJP/books/handbook/bsdinstall/Makefile
  (new) -> 1.1		doc/ja_JP.eucJP/books/handbook/bsdinstall/chapter.sgml
  			doc/ja_JP.eucJP/books/handbook/chapters.ent
  			doc/ja_JP.eucJP/books/handbook/install/chapter.sgml

Reference:	[doc-jp-work 2217]
@
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"
@
