Note, all files that were not 100% translated and reviewed have been replaced by placeholders. Thanks to the Dutch Documentation Project for all the nice work and thanks to Remko Lodder <remko@elvandar.org> for helping me to coordinate the work between FreeBSD Documentation Project and the Dutch Documentation Project. Submitted by: Remko Lodder <remko@elvandar.org>
15 lines
249 B
Makefile
15 lines
249 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= advanced-networking/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|