b2690733d4
Break the porters handbook out into individual chapters.
17 lines
274 B
Makefile
17 lines
274 B
Makefile
#
|
|
# Build the Porters Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Original revision: r43840
|
|
#
|
|
|
|
CHAPTERS= pkg-files/chapter.xml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|