docs.sgml 1.186 -> 1.87 index.xsl 1.117 -> 1.125 Makefile 1.112 -> 1.117 navigation.xml 1.11 -> 1.16 news/Makefile 1.39 -> 1.40 news/news.xml 1.244 -> 1.265 news/newsflash.xsl 1.11 -> 1.12 news/press.xml 1.153 -> 1.155 news/press.xsl header update platforms/Makefile 1.7 -> 1.9 platforms/amd64.sgml 1.9 -> 1.10 platforms/arm.sgml new translation platforms/i386.sgml new translation platforms/index.sgml 1.10 -> 1.13 security/security.sgml 1.167 -> 1.69 releases/5.3R/errata.html regenerate where.sgml 1.60 -> 1.65 Obtained from: The FreeBSD German Documentation Project.
26 lines
489 B
Makefile
26 lines
489 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/platforms/Makefile,v 1.4 2005/01/02 20:08:38 jkois Exp $
|
|
# basiert auf: 1.9
|
|
|
|
.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+= x86-64.sgml
|
|
|
|
SUBDIR= ia64
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|