8ca695247e
and the following from the English version: (new) -> 1.1 advanced-networking/isdn-bus.eps (new) -> 1.1 advanced-networking/isdn-twisted-pair.eps (new) -> 1.1 advanced-networking/natd.eps 1.34 -> 1.35 backups/chapter.sgml 1.29 -> 1.30 basics/chapter.sgml 1.14 -> 1.15 boot/chapter.sgml 1.453 -> 1.456 contrib/chapter.sgml 1.58 -> 1.60 eresources/chapter.sgml 1.31 -> 1.33 kerneldebug/chapter.sgml 1.17 -> 1.18 kernelopts/chapter.sgml 1.50 -> 1.58 l10n/chapter.sgml 1.19 -> 1.21 policies/chapter.sgml 1.5 -> 1.7 sound/chapter.sgml 1.216 -> 1.225 staff/chapter.sgml
16 lines
265 B
Makefile
16 lines
265 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Original revision: 1.1
|
|
|
|
CHAPTERS= eresources/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|