diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-11-14 00:20:51 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-11-14 00:20:51 +0000 |
commit | 797a990cf709e43fdcfa0f1b0b8b8e0127076002 (patch) | |
tree | 38ebab2823385023d1fa54018fceb14262c4cf93 /zh_CN.UTF-8/books/handbook/ports/Makefile | |
parent | 8ff93b9827e6bfbbae625ff0d45eb2ce00ebe029 (diff) |
Notes
Diffstat (limited to 'zh_CN.UTF-8/books/handbook/ports/Makefile')
-rw-r--r-- | zh_CN.UTF-8/books/handbook/ports/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zh_CN.UTF-8/books/handbook/ports/Makefile b/zh_CN.UTF-8/books/handbook/ports/Makefile new file mode 100644 index 0000000000..0ebbf9bdf8 --- /dev/null +++ b/zh_CN.UTF-8/books/handbook/ports/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# Original revision: 1.1 +# $FreeBSD$ +# + +CHAPTERS= ports/chapter.xml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" |