make(1) glue for Simplified Chinese translation of articles.
Obtained from: The FreeBSD Simplified Chinese Project CVS
This commit is contained in:
parent
a5701cedaa
commit
36b1e8ab56
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24140
2 changed files with 18 additions and 0 deletions
10
zh_CN.GB2312/articles/Makefile
Normal file
10
zh_CN.GB2312/articles/Makefile
Normal file
|
@ -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"
|
8
zh_CN.GB2312/articles/Makefile.inc
Normal file
8
zh_CN.GB2312/articles/Makefile.inc
Normal file
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
# Original Revision: 1.4
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DESTDIR?= ${DOCDIR}/zh_CN.GB2312/articles/${.CURDIR:T}
|
Loading…
Reference in a new issue