aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/handbook/introduction/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-09-26 05:20:38 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-09-26 05:20:38 +0000
commit8f1c859fcb214c414fa6913292f585a4879d7655 (patch)
treec62e773df353dd15d663bcea872797a02a9c37cb /zh_CN.GB2312/books/handbook/introduction/Makefile
parent3e941311cb2ef8bb1151068e4f8f6ab382975287 (diff)
Notes
Diffstat (limited to 'zh_CN.GB2312/books/handbook/introduction/Makefile')
-rw-r--r--zh_CN.GB2312/books/handbook/introduction/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/handbook/introduction/Makefile b/zh_CN.GB2312/books/handbook/introduction/Makefile
new file mode 100644
index 0000000000..471fbb6461
--- /dev/null
+++ b/zh_CN.GB2312/books/handbook/introduction/Makefile
@@ -0,0 +1,16 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# Original Revision: 1.1
+# $FreeBSD$
+#
+
+CHAPTERS= introduction/chapter.sgml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"