aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8/books/handbook/network-servers/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-11-14 00:20:51 +0000
committerXin LI <delphij@FreeBSD.org>2013-11-14 00:20:51 +0000
commit797a990cf709e43fdcfa0f1b0b8b8e0127076002 (patch)
tree38ebab2823385023d1fa54018fceb14262c4cf93 /zh_CN.UTF-8/books/handbook/network-servers/Makefile
parent8ff93b9827e6bfbbae625ff0d45eb2ce00ebe029 (diff)
downloaddoc-797a990cf709e43fdcfa0f1b0b8b8e0127076002.tar.gz
doc-797a990cf709e43fdcfa0f1b0b8b8e0127076002.zip
Convert zh_CN from GB2312 to UTF-8. While I'm there, also
fix a bunch of font issues when rendering PDF.
Notes
Notes: svn path=/head/; revision=43188
Diffstat (limited to 'zh_CN.UTF-8/books/handbook/network-servers/Makefile')
-rw-r--r--zh_CN.UTF-8/books/handbook/network-servers/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/zh_CN.UTF-8/books/handbook/network-servers/Makefile b/zh_CN.UTF-8/books/handbook/network-servers/Makefile
new file mode 100644
index 0000000000..93dee8eaae
--- /dev/null
+++ b/zh_CN.UTF-8/books/handbook/network-servers/Makefile
@@ -0,0 +1,16 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# Original Revision: 1.1
+# $FreeBSD$
+#
+
+CHAPTERS= network-servers/chapter.xml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"