From 4e521b8bb267f8eab0a99cc19840e991a4c4e5bf Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sat, 30 Jun 2001 14:55:40 +0000 Subject: Makefile's to make it easy to build individual handbook chapters. These are *not* recursed in to by the top level Makefile. --- .../books/developers-handbook/kerneldebug/Makefile | 15 +++++++++++++++ .../books/developers-handbook/policies/Makefile | 15 +++++++++++++++ .../books/handbook/advanced-networking/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/backups/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/basics/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/bibliography/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/boot/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/contrib/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/cutting-edge/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/disks/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/eresources/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/hw/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/install/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/introduction/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/kernelconfig/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/kerneldebug/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/kernelopts/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/l10n/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/linuxemu/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/mail/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/mirrors/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/multimedia/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/pgpkeys/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/policies/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/ports/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/ppp-and-slip/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/printing/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/security/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/serialcomms/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/sound/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/staff/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/users/Makefile | 15 +++++++++++++++ en_US.ISO8859-1/books/handbook/x11/Makefile | 15 +++++++++++++++ 33 files changed, 495 insertions(+) create mode 100644 en_US.ISO8859-1/books/developers-handbook/kerneldebug/Makefile create mode 100644 en_US.ISO8859-1/books/developers-handbook/policies/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/advanced-networking/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/backups/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/basics/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/bibliography/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/boot/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/contrib/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/cutting-edge/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/disks/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/eresources/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/hw/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/install/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/introduction/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/kernelconfig/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/kerneldebug/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/kernelopts/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/l10n/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/linuxemu/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/mail/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/mirrors/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/multimedia/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/pgpkeys/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/policies/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/ports/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/ppp-and-slip/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/printing/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/security/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/serialcomms/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/sound/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/staff/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/users/Makefile create mode 100644 en_US.ISO8859-1/books/handbook/x11/Makefile diff --git a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/Makefile b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/Makefile new file mode 100644 index 0000000000..a6d190e942 --- /dev/null +++ b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= kerneldebug/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/developers-handbook/policies/Makefile b/en_US.ISO8859-1/books/developers-handbook/policies/Makefile new file mode 100644 index 0000000000..0dd403f15f --- /dev/null +++ b/en_US.ISO8859-1/books/developers-handbook/policies/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= policies/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/Makefile b/en_US.ISO8859-1/books/handbook/advanced-networking/Makefile new file mode 100644 index 0000000000..eb62e4335c --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/Makefile @@ -0,0 +1,15 @@ +# +# 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" diff --git a/en_US.ISO8859-1/books/handbook/backups/Makefile b/en_US.ISO8859-1/books/handbook/backups/Makefile new file mode 100644 index 0000000000..0ef5e26b26 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/backups/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= backups/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/basics/Makefile b/en_US.ISO8859-1/books/handbook/basics/Makefile new file mode 100644 index 0000000000..fea6942368 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/basics/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= basics/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/bibliography/Makefile b/en_US.ISO8859-1/books/handbook/bibliography/Makefile new file mode 100644 index 0000000000..f926466a22 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/bibliography/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= bibliography/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/boot/Makefile b/en_US.ISO8859-1/books/handbook/boot/Makefile new file mode 100644 index 0000000000..92105efc40 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/boot/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= boot/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/contrib/Makefile b/en_US.ISO8859-1/books/handbook/contrib/Makefile new file mode 100644 index 0000000000..fc2045f60b --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/contrib/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= contrib/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/Makefile b/en_US.ISO8859-1/books/handbook/cutting-edge/Makefile new file mode 100644 index 0000000000..29da7845dd --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/cutting-edge/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= cutting-edge/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/disks/Makefile b/en_US.ISO8859-1/books/handbook/disks/Makefile new file mode 100644 index 0000000000..140975c79e --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/disks/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= disks/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/eresources/Makefile b/en_US.ISO8859-1/books/handbook/eresources/Makefile new file mode 100644 index 0000000000..cb030a0162 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/eresources/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= eresources/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/hw/Makefile b/en_US.ISO8859-1/books/handbook/hw/Makefile new file mode 100644 index 0000000000..c8a2291933 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/hw/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= hw/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/install/Makefile b/en_US.ISO8859-1/books/handbook/install/Makefile new file mode 100644 index 0000000000..738cdb647d --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/install/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= install/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/introduction/Makefile b/en_US.ISO8859-1/books/handbook/introduction/Makefile new file mode 100644 index 0000000000..4c22f7ce8a --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/introduction/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= introduction/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/Makefile b/en_US.ISO8859-1/books/handbook/kernelconfig/Makefile new file mode 100644 index 0000000000..95839d340a --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= kernelconfig/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/kerneldebug/Makefile b/en_US.ISO8859-1/books/handbook/kerneldebug/Makefile new file mode 100644 index 0000000000..a6d190e942 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/kerneldebug/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= kerneldebug/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/kernelopts/Makefile b/en_US.ISO8859-1/books/handbook/kernelopts/Makefile new file mode 100644 index 0000000000..2a17381bc5 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/kernelopts/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= kernelopts/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/l10n/Makefile b/en_US.ISO8859-1/books/handbook/l10n/Makefile new file mode 100644 index 0000000000..c6741a2341 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/l10n/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= l10n/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/linuxemu/Makefile b/en_US.ISO8859-1/books/handbook/linuxemu/Makefile new file mode 100644 index 0000000000..37adfa9af6 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/linuxemu/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= linuxemu/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/mail/Makefile b/en_US.ISO8859-1/books/handbook/mail/Makefile new file mode 100644 index 0000000000..538dff091f --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/mail/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= mail/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/mirrors/Makefile b/en_US.ISO8859-1/books/handbook/mirrors/Makefile new file mode 100644 index 0000000000..ad5c0e2abe --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/mirrors/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= mirrors/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/multimedia/Makefile b/en_US.ISO8859-1/books/handbook/multimedia/Makefile new file mode 100644 index 0000000000..0ea7f84352 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/multimedia/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= sound/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/pgpkeys/Makefile b/en_US.ISO8859-1/books/handbook/pgpkeys/Makefile new file mode 100644 index 0000000000..c7ff71d834 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/pgpkeys/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= pgpkeys/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/policies/Makefile b/en_US.ISO8859-1/books/handbook/policies/Makefile new file mode 100644 index 0000000000..0dd403f15f --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/policies/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= policies/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/ports/Makefile b/en_US.ISO8859-1/books/handbook/ports/Makefile new file mode 100644 index 0000000000..93280bcae8 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/ports/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= ports/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/Makefile b/en_US.ISO8859-1/books/handbook/ppp-and-slip/Makefile new file mode 100644 index 0000000000..1a44fcbd0c --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= ppp-and-slip/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/printing/Makefile b/en_US.ISO8859-1/books/handbook/printing/Makefile new file mode 100644 index 0000000000..72d9e9b80a --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/printing/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= printing/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/security/Makefile b/en_US.ISO8859-1/books/handbook/security/Makefile new file mode 100644 index 0000000000..bbf01aa7ab --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/security/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= security/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/serialcomms/Makefile b/en_US.ISO8859-1/books/handbook/serialcomms/Makefile new file mode 100644 index 0000000000..b83d9a27bb --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/serialcomms/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= serialcomms/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/sound/Makefile b/en_US.ISO8859-1/books/handbook/sound/Makefile new file mode 100644 index 0000000000..0ea7f84352 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/sound/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= sound/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/staff/Makefile b/en_US.ISO8859-1/books/handbook/staff/Makefile new file mode 100644 index 0000000000..2d9e5275ea --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/staff/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= staff/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/users/Makefile b/en_US.ISO8859-1/books/handbook/users/Makefile new file mode 100644 index 0000000000..dfa2918b7b --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/users/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= users/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/en_US.ISO8859-1/books/handbook/x11/Makefile b/en_US.ISO8859-1/books/handbook/x11/Makefile new file mode 100644 index 0000000000..06b452cd33 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/x11/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= x11/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" -- cgit v1.2.3