aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/handbook/updating/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-02-24 20:00:44 +0000
committerXin LI <delphij@FreeBSD.org>2009-02-24 20:00:44 +0000
commitcd9e51b0196fe04568417a7c678df62909ec3162 (patch)
treef625bdcd32673958991375b10f688cebc55234b5 /zh_CN.GB2312/books/handbook/updating/Makefile
parentb227896c2086858857f74cc7ff9bf8fb0f6025ca (diff)
Notes
Diffstat (limited to 'zh_CN.GB2312/books/handbook/updating/Makefile')
-rw-r--r--zh_CN.GB2312/books/handbook/updating/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/handbook/updating/Makefile b/zh_CN.GB2312/books/handbook/updating/Makefile
new file mode 100644
index 0000000000..a8d6530926
--- /dev/null
+++ b/zh_CN.GB2312/books/handbook/updating/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= updating/chapter.sgml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"