Addition of the Makefile for the chapter.

This commit is contained in:
Marc Fonvieille 2002-09-15 20:04:14 +00:00
parent 934b9e0257
commit a5a307f570
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14292

View file

@ -0,0 +1,17 @@
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
# $Id: Makefile,v 1.1 2002-09-15 20:04:14 blackend Exp $
# Original revision: 1.1
#
CHAPTERS= eresources/chapter.sgml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"