69578dcc32
Traditional Chinese translation by Jose Liang, with changes to fit the language practice of Simplified Chinese. Obtained from: The FreeBSD Simplified Chinese Project
13 lines
233 B
Makefile
13 lines
233 B
Makefile
#
|
|
# The FreeBSD Simplified Chinese Project
|
|
# Original Revision: 1.52
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
SUBDIR+= cvs-freebsd
|
|
SUBDIR+= nanobsd
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|