diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-06-30 14:55:40 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-06-30 14:55:40 +0000 |
commit | 4e521b8bb267f8eab0a99cc19840e991a4c4e5bf (patch) | |
tree | 8e2426d91dccc3eeb484d1d175a4e90926485cb6 /en_US.ISO8859-1/books/handbook/l10n/Makefile | |
parent | cb452b8975b1f6c330438f8c5f09fd45b0215a9d (diff) | |
download | doc-4e521b8bb267f8eab0a99cc19840e991a4c4e5bf.tar.gz doc-4e521b8bb267f8eab0a99cc19840e991a4c4e5bf.zip |
Makefile's to make it easy to build individual handbook chapters. These
are *not* recursed in to by the top level Makefile.
Notes
Notes:
svn path=/head/; revision=9773
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/l10n/Makefile')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/l10n/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |