diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-09-26 05:20:38 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-09-26 05:20:38 +0000 |
commit | 8f1c859fcb214c414fa6913292f585a4879d7655 (patch) | |
tree | c62e773df353dd15d663bcea872797a02a9c37cb /zh_CN.GB2312/books/Makefile | |
parent | 3e941311cb2ef8bb1151068e4f8f6ab382975287 (diff) |
Notes
Diffstat (limited to 'zh_CN.GB2312/books/Makefile')
-rw-r--r-- | zh_CN.GB2312/books/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/Makefile b/zh_CN.GB2312/books/Makefile new file mode 100644 index 0000000000..f741b7199e --- /dev/null +++ b/zh_CN.GB2312/books/Makefile @@ -0,0 +1,9 @@ +# Original Revision: 1.12 +# $FreeBSD$ + +SUBDIR = handbook + +ROOT_SYMLINKS= handbook + +DOC_PREFIX?= ${.CURDIR}/../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |