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