doc/de/platforms/Makefile
Johann Kois d28c0ddbe2 MFbed: Update the German website.
www/de/about.sgml                       1.10  -> 1.11
www/de/platforms/Makefile               1.9   -> 1.12
www/de/platforms/index.sgml             1.22  -> 1.24
www/de/platforms/sun4v.sgml             new translation
www/de/platforms/xbox.sgml              new translation
www/de/share/sgml/news.xml              1.18  -> 1.22

Obtained from:  The FreeBSD German Documentation Project.
2006-11-09 20:57:14 +00:00

28 lines
527 B
Makefile

# $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"