doc/zh_CN/platforms/Makefile
Xin LI 702e390ee2 Merge Simplified Chinese translation for the website.
Obtained from:	The FreeBSD Simplified Chinese Project
Thanks goes to:	Gavin MU <gavin.mu at gmail dot com> [1],
		Fukang CHEN <loader at freebsdmall dot com> [2],
		intron <intron at intron dot ac> [3]

[1] The original translation with me.
[2] New layout and structural improvements.
[3] Additional and continued contributions.
2006-07-11 15:27:53 +00:00

27 lines
551 B
Makefile

# The FreeBSD Simplified Chinese Documentation Project
#
# Original Revision 1.10
# $FreeBSD: www/zh_CN/platforms/Makefile,v 1.1.1002.3 2006/03/04 08:15:43 delphij Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= alpha.sgml
DOCS+= amd64.sgml
DOCS+= arm.sgml
DOCS+= i386.sgml
DOCS+= index.sgml
#DOCS+= mips.sgml
#DOCS+= pc98.sgml
#DOCS+= ppc.sgml
#DOCS+= sparc.sgml
#DOCS+= xbox.sgml
#SUBDIR= amd64
#SUBDIR+=ia64
.include "${WEB_PREFIX}/share/mk/web.site.mk"