diff options
author | Remko Lodder <remko@FreeBSD.org> | 2005-08-22 21:14:00 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2005-08-22 21:14:00 +0000 |
commit | 052380904a4f78d3f38125dc018de9c181d27fff (patch) | |
tree | ba6494da51aed3f7a96b2a59bd9adac07588d374 /nl_NL.ISO8859-1 | |
parent | 2925ad09ff5ec180e69a740a08e03349eb29e717 (diff) |
Notes
Diffstat (limited to 'nl_NL.ISO8859-1')
-rw-r--r-- | nl_NL.ISO8859-1/books/handbook/audit/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |