b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
17 lines
316 B
Makefile
17 lines
316 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.1 2002-10-24 16:56:45 blackend Exp $
|
|
# Original revision: 1.1
|
|
#
|
|
|
|
CHAPTERS= vinum/chapter.xml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|