diff options
author | Xin LI <delphij@FreeBSD.org> | 2005-03-20 15:30:30 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2005-03-20 15:30:30 +0000 |
commit | 36b1e8ab56cac8f6ae0f46554a947e61abfe3e99 (patch) | |
tree | c25b8b904305bc54deed552ad16da88a19f9e49d /zh_CN.GB2312 | |
parent | a5701cedaa5f58fb1063b7dca73bdb506612a934 (diff) |
Notes
Diffstat (limited to 'zh_CN.GB2312')
-rw-r--r-- | zh_CN.GB2312/articles/Makefile | 10 | ||||
-rw-r--r-- | zh_CN.GB2312/articles/Makefile.inc | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/zh_CN.GB2312/articles/Makefile b/zh_CN.GB2312/articles/Makefile new file mode 100644 index 0000000000..a4830c16e3 --- /dev/null +++ b/zh_CN.GB2312/articles/Makefile @@ -0,0 +1,10 @@ +# The FreeBSD Simplified Chinese Project +# Original Revision: 1.42 +# +# $FreeBSD$ + +SUBDIR = +SUBDIR+= contributing + +DOC_PREFIX?= ${.CURDIR}/../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/zh_CN.GB2312/articles/Makefile.inc b/zh_CN.GB2312/articles/Makefile.inc new file mode 100644 index 0000000000..1bd37e645b --- /dev/null +++ b/zh_CN.GB2312/articles/Makefile.inc @@ -0,0 +1,8 @@ +# +# The FreeBSD Simplified Chinese Project +# Original Revision: 1.4 +# +# $FreeBSD$ +# + +DESTDIR?= ${DOCDIR}/zh_CN.GB2312/articles/${.CURDIR:T} |