fr/platforms/Makefile: 1.11 --> 1.12 fr/platforms/index.sgml: 1.19 --> 1.24 fr/platforms/xbox.sgml: 1.4 --> 1.9 fr/platforms/ia64/index.xsl: 1.4 --> 1.7 fr/platforms/ia64/machines.sgml: 1.6 --> 1.9 fr/platforms/ia64/news.xml: 1.1 --> 1.2 fr/platforms/ia64/refs.sgml: 1.9 --> 1.11 fr/platforms/ia64/todo.xsl: 1.7 --> 1.9
30 lines
578 B
Makefile
30 lines
578 B
Makefile
# $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"
|