b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
18 lines
314 B
Makefile
18 lines
314 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/books/handbook/disks/Makefile
|
|
# %SRCID% 1.1
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= disks/chapter.xml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|