aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/handbook/filesystems/Makefile
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2008-11-17 07:31:51 +0000
committerFukang Chen <loader@FreeBSD.org>2008-11-17 07:31:51 +0000
commit879e329a8705076b6f6be6739fd9fea6f681036e (patch)
tree20adc7f913e4542126f13ad373f89fbb405ddfd6 /zh_CN.GB2312/books/handbook/filesystems/Makefile
parent0e266935e991499c3b2a86d6ed0c0f62be42e900 (diff)
Notes
Diffstat (limited to 'zh_CN.GB2312/books/handbook/filesystems/Makefile')
-rw-r--r--zh_CN.GB2312/books/handbook/filesystems/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/handbook/filesystems/Makefile b/zh_CN.GB2312/books/handbook/filesystems/Makefile
new file mode 100644
index 0000000000..1202253d55
--- /dev/null
+++ b/zh_CN.GB2312/books/handbook/filesystems/Makefile
@@ -0,0 +1,18 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# The FreeBSD Simplified Chinese Project
+# Original Revision: 1.1
+#
+# $FreeBSD$
+#
+
+CHAPTERS= filesystems/chapter.sgml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"