17 lines
265 B
Makefile
17 lines
265 B
Makefile
|
#
|
||
|
# Build the Handbook with just the content from this chapter.
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
# Original revision: 1.1
|
||
|
|
||
|
CHAPTERS= eresources/chapter.sgml
|
||
|
|
||
|
VPATH= ..
|
||
|
|
||
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||
|
|
||
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||
|
|
||
|
.include "../Makefile"
|