head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_7_1_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.11.17.07.31.50;	author loader;	state Exp;
branches;
next	;


desc
@@


1.1
log
@MFen:
handbook:
                                Makefile    1.109 -> 1.111
        advanced-networking/chapter.sgml    1.413 -> 1.415
                     basics/chapter.sgml    1.153 -> 1.154
                               book.sgml    1.172 -> 1.173
                            chapters.ent     1.37 -> 1.38
                     config/chapter.sgml    1.233 -> 1.236
               cutting-edge/chapter.sgml    1.228 -> 1.231
                    desktop/chapter.sgml     1.76 -> 1.78
                      disks/chapter.sgml    1.286 -> 1.288
                     dtrace/chapter.sgml        0 -> 1.5
                 eresources/chapter.sgml    1.186 -> 1.195
                filesystems/chapter.sgml        0 -> 1.4
                       geom/chapter.sgml     1.42 -> 1.43
                      jails/chapter.sgml     1.16 -> 1.17
                    mirrors/chapter.sgml    1.449 -> 1.451
                 multimedia/chapter.sgml    1.129 -> 1.130
            network-servers/chapter.sgml    1.108 -> 1.109
                      ports/chapter.sgml    1.282 -> 1.284
                    preface/preface.sgml     1.39 -> 1.41
                   security/chapter.sgml    1.330 -> 1.332
                   updating/chapter.sgml        0 -> 1.1
                        x11/chapter.sgml    1.187 -> 1.190

Obtained from:          The FreeBSD Simplified Chinese Project
Merging work done by:   delphij, loader
@
text
@#
# Build the Handbook with just the content from this chapter.
#
# The FreeBSD Simplified Chinese Project
# Original Revision: 1.1
#
# $FreeBSD$
#

CHAPTERS= 	filesystems/chapter.sgml

VPATH=		..

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

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

.include "../Makefile"
@
