8f1c859fcb
Submitted by: delphij Obtained from: The FreeBSD Simplified Chinese Project CVS
16 lines
259 B
Makefile
16 lines
259 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# Original revision: 1.1
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= boot/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|