View | Details | Raw Unified | Return to bug 173155
Collapse All | Expand All

(-)en_US.ISO8859-1/books/handbook/jails/Makefile (+15 lines)
Line 0 Link Here
1
#
2
# Build the Handbook with just the content from this chapter.
3
#
4
# $FreeBSD$
5
#
6
7
CHAPTERS= 	jails/chapter.xml
8
9
VPATH=		..
10
11
MASTERDOC=	${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
12
13
DOC_PREFIX?= 	${.CURDIR}/../../../..
14
15
.include "../Makefile"

Return to bug 173155