aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/platforms/Makefile
blob: 5afb66eab4115a096abef29de970f9d3a402e8d0 (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
# $FreeBSD: www/fr/platforms/Makefile,v 1.4 2006/02/13 17:39:35 blackend Exp $

# The FreeBSD French Documentation Project
# Original revision: 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+=	i386.sgml
DOCS+=	ia64.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=	amd64
SUBDIR=	ia64

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