Add Makefile for jails chapter.

PR:		173155
Submitted by:	rene
This commit is contained in:
Glen Barber 2012-10-28 22:23:29 +00:00
parent f1098f7e71
commit ad1fb93d2c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39829

View file

@ -0,0 +1,15 @@
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
CHAPTERS= jails/chapter.xml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"