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;
locks; strict;
comment	@# @;


1.1
date	2010.07.05.21.40.34;	author taras;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Added a new Russian translation of books/handbook/filesystems:

           file             |  original rev.
  --------------------------+-----------------
  filesystems/Makefile      |     1.1
  filesystems/chapter.sgml  |     1.9

PR:
  docs/143094

  maxim (mentor), marck (mentor)
@
text
@#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
# Original revision: 1.1
#

CHAPTERS= 	filesystems/chapter.sgml

VPATH=		..

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

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

.include "../Makefile"
@
