aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/htdocs/platforms/Makefile
blob: 986ed26a7c8edf8c2b2e462d9c3a644e39fdadf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# The FreeBSD Simplified Chinese Documentation Project
#
# Original Revision 1.10
# $FreeBSD$

.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 "${DOC_PREFIX}/share/mk/web.site.mk"