4b2880b8d9
PR: docs/92209 Submitted by: chinsan
16 lines
259 B
Makefile
16 lines
259 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
# Original revision: 1.1
|
|
#
|
|
|
|
CHAPTERS= boot/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|