2005-01-24 14:27:22 +01:00
|
|
|
# $FreeBSD: www/fr/platforms/Makefile,v 1.2 2005/01/12 15:57:55 stephane Exp $
|
2003-12-15 17:05:03 +01:00
|
|
|
|
|
|
|
# The FreeBSD French Documentation Project
|
2005-01-24 14:27:22 +01:00
|
|
|
# Original revision: 1.9
|
2003-12-15 17:05:03 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
DOCS= alpha.sgml
|
|
|
|
DOCS+= amd64.sgml
|
2005-01-12 16:57:55 +01:00
|
|
|
DOCS+= arm.sgml
|
2005-01-24 14:27:22 +01:00
|
|
|
DOCS+= i386.sgml
|
2003-12-15 17:05:03 +01:00
|
|
|
DOCS+= ia64.sgml
|
|
|
|
DOCS+= index.sgml
|
|
|
|
DOCS+= mips.sgml
|
|
|
|
DOCS+= pc98.sgml
|
|
|
|
DOCS+= ppc.sgml
|
|
|
|
DOCS+= sparc.sgml
|
|
|
|
DOCS+= x86-64.sgml
|
|
|
|
|
|
|
|
SUBDIR= ia64
|
|
|
|
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|