summaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/htdocs/platforms/Makefile
blob: 4c625cb159051363878cb7ab963b28135f9f222b (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
28
29
30
31
32
33
#
# The FreeBSD Russian Documentation Project
#
# $FreeBSD$
# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.12 2006/06/04 14:07:20 gad Exp $
#
# Original revision: 1.11
#

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	alpha.xml
DOCS+=	amd64.xml
DOCS+=	arm.xml
DOCS+=	i386.xml
DOCS+=	ia64.xml
DOCS+=	index.xml
DOCS+=	mips.xml
DOCS+=	pc98.xml
DOCS+=	ppc.xml
DOCS+=	sparc.xml
DOCS+=	x86-64.xml
DOCS+=  xbox.xml

SUBDIR=	amd64
SUBDIR+=ia64

.include "${DOC_PREFIX}/share/mk/web.site.mk"