diff options
author | Xin LI <delphij@FreeBSD.org> | 2005-08-28 17:07:51 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2005-08-28 17:07:51 +0000 |
commit | cd18914b7172b8665fcd818269a10e300a96e955 (patch) | |
tree | b969a4bcd9d727c88e7299e4caf1be45844a7439 /zh_CN.GB2312/books/handbook/geom/Makefile | |
parent | 57897a56815e039635cd76cc87d1da9a550286ea (diff) |
Notes
Diffstat (limited to 'zh_CN.GB2312/books/handbook/geom/Makefile')
-rw-r--r-- | zh_CN.GB2312/books/handbook/geom/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/handbook/geom/Makefile b/zh_CN.GB2312/books/handbook/geom/Makefile new file mode 100644 index 0000000000..05079dcc5b --- /dev/null +++ b/zh_CN.GB2312/books/handbook/geom/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# Original Revision: 1.1 +# $FreeBSD$ +# + +CHAPTERS= geom/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" |