Add Makefile for jails chapter.
PR: 173155 Submitted by: rene
This commit is contained in:
parent
f1098f7e71
commit
ad1fb93d2c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39829
1 changed files with 15 additions and 0 deletions
15
en_US.ISO8859-1/books/handbook/jails/Makefile
Normal file
15
en_US.ISO8859-1/books/handbook/jails/Makefile
Normal 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"
|
Loading…
Reference in a new issue