aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/handbook/bsdinstall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zh_CN.GB2312/books/handbook/bsdinstall/Makefile')
-rw-r--r--zh_CN.GB2312/books/handbook/bsdinstall/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/handbook/bsdinstall/Makefile b/zh_CN.GB2312/books/handbook/bsdinstall/Makefile
new file mode 100644
index 0000000000..aa0464c01c
--- /dev/null
+++ b/zh_CN.GB2312/books/handbook/bsdinstall/Makefile
@@ -0,0 +1,16 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# Original revision: r39631
+# $FreeBSD$
+#
+
+CHAPTERS= bsdinstall/chapter.xml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"