aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1/htdocs/platforms/Makefile
blob: 8df49a65ef524ef5f190778eb5aa8b5b34bfd338 (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
# $FreeBSD$
# $FreeBSDde: de-www/platforms/Makefile,v 1.6 2006/11/09 19:38:06 jkois Exp $
# basiert auf: 1.12

.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+=	ia64.sgml
DOCS+=	i386.sgml
DOCS+=	index.sgml
DOCS+=	mips.sgml
DOCS+=	pc98.sgml
DOCS+=	ppc.sgml
DOCS+=	sparc.sgml
DOCS+=  sun4v.sgml
DOCS+=	x86-64.sgml
DOCS+=  xbox.sgml

SUBDIR=	ia64

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