diff options
Diffstat (limited to 'ru_RU.KOI8-R/books/handbook/vinum/Makefile')
-rw-r--r-- | ru_RU.KOI8-R/books/handbook/vinum/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/books/handbook/vinum/Makefile b/ru_RU.KOI8-R/books/handbook/vinum/Makefile new file mode 100644 index 0000000000..68dcb6c9eb --- /dev/null +++ b/ru_RU.KOI8-R/books/handbook/vinum/Makefile @@ -0,0 +1,17 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/vinum/Makefile,v 1.1 2003/11/29 21:10:53 marck Exp $ +# Original revision: r13852 +# + +CHAPTERS= vinum/chapter.xml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" |