2002-07-31 18:16:10 +02:00
|
|
|
#
|
|
|
|
# Build the Handbook with just the content from this chapter.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $Id: Makefile,v 1.1 2002-07-31 16:16:10 blackend Exp $
|
|
|
|
# Original revision: 1.1
|
|
|
|
#
|
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
CHAPTERS= users/chapter.xml
|
2002-07-31 18:16:10 +02:00
|
|
|
|
|
|
|
VPATH= ..
|
|
|
|
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
|
|
|
|
.include "../Makefile"
|