58dccdd7be
like our other books (fdp primer, handbook dev handbook, etc). I've done some small naming changes for cleaner chapters but not much. Thumbs up: wblock, mat
15 lines
244 B
Makefile
15 lines
244 B
Makefile
#
|
|
# Build the Porters Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= testing/chapter.xml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|