aboutsummaryrefslogtreecommitdiff
path: root/zh_TW.UTF-8/books/handbook/serialcomms/Makefile
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2016-08-09 03:14:22 +0000
committerWarren Block <wblock@FreeBSD.org>2016-08-09 03:14:22 +0000
commit7da9bf5a6a2fd8fe079a74078524568f4e88e7bb (patch)
tree5aaec92bca10e9b9c8ab40e8ac41238693fe4652 /zh_TW.UTF-8/books/handbook/serialcomms/Makefile
parentdcade404610c7d42b5c4a7eee88da00f88220311 (diff)
downloaddoc-7da9bf5a6a2fd8fe079a74078524568f4e88e7bb.tar.gz
doc-7da9bf5a6a2fd8fe079a74078524568f4e88e7bb.zip
Update the zh_TW translation of the Handbook using the PO translation
tools. Submitted by: Chien Wei Lin <cwlin0416@gmail.com> Differential Revision: https://reviews.freebsd.org/D7009
Notes
Notes: svn path=/head/; revision=49235
Diffstat (limited to 'zh_TW.UTF-8/books/handbook/serialcomms/Makefile')
-rw-r--r--zh_TW.UTF-8/books/handbook/serialcomms/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/zh_TW.UTF-8/books/handbook/serialcomms/Makefile b/zh_TW.UTF-8/books/handbook/serialcomms/Makefile
deleted file mode 100644
index 3dbd97ce6d..0000000000
--- a/zh_TW.UTF-8/books/handbook/serialcomms/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Build the Handbook with just the content from this chapter.
-#
-# $FreeBSD$
-#
-
-CHAPTERS= serialcomms/chapter.xml
-
-VPATH= ..
-
-MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
-
-DOC_PREFIX?= ${.CURDIR}/../../../..
-
-.include "../Makefile"