From 052380904a4f78d3f38125dc018de9c181d27fff Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Mon, 22 Aug 2005 21:14:00 +0000 Subject: [PATCH] Forgot to add the Makefile for the audit chapter. --- nl_NL.ISO8859-1/books/handbook/audit/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nl_NL.ISO8859-1/books/handbook/audit/Makefile diff --git a/nl_NL.ISO8859-1/books/handbook/audit/Makefile b/nl_NL.ISO8859-1/books/handbook/audit/Makefile new file mode 100644 index 0000000000..84cb9b04ee --- /dev/null +++ b/nl_NL.ISO8859-1/books/handbook/audit/Makefile @@ -0,0 +1,15 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# + +CHAPTERS= audit/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile"