aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/handbook/filesystems/Makefile
diff options
context:
space:
mode:
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"