mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 11:25:20 +00:00
b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/books/developers-handbook/kerneldebug/Makefile,v 1.2 2007/08/31 06:13:09 as Exp $
|
|
# basiert auf: 1.1
|
|
#
|
|
|
|
CHAPTERS= kerneldebug/chapter.xml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|