community.sgml r1.3 --> r1.5 docproj/current.sgml fix docproj/doc-set.sgml fix docproj/sgml.sgml --> r1.27 docproj/who.sgml --> r1.14 index.xsl r1.161 --> r1.162 internet.sgml fix platforms/alpha.sgml fix platforms/amd64.sgml new translation platforms/arm.sgml new translation platforms/ia64/index.xsl new translation platforms/ia64/machines.sgml new translation platforms/ia64/refs.sgml new translation platforms/ia64/todo.xsl new translation platforms/mips.sgml new translation platforms/sparc.sgml new translation platforms/sun4v.sgml new translation platforms/x86-64.sgml --> Attic platforms/xbox.sgml new translation search/index-site.sgml --> r1.28 search/search-mid.sgml --> r1.9 search/searchhints.sgml --> r1.9 send-pr.sgml fix share/sgml/header.l10n.ent r1.6 --> r1.9 share/sgml/navibar.l10n.ent r1.11 --> r1.15 support.sgml fix Discussed with: carvay
25 lines
485 B
Makefile
25 lines
485 B
Makefile
# The FreeBSD Spanish Documentation Project
|
|
#
|
|
# $FreeBSD: www/es/platforms/Makefile,v 1.2 2008/02/10 17:44:34 carvay Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= alpha.sgml
|
|
DOCS+= arm.sgml
|
|
DOCS+= amd64.sgml
|
|
DOCS+= i386.sgml
|
|
DOCS+= index.sgml
|
|
DOCS+= mips.sgml
|
|
DOCS+= pc98.sgml
|
|
DOCS+= sparc.sgml
|
|
DOCS+= sun4v.sgml
|
|
DOCS+= xbox.sgml
|
|
|
|
SUBDIR= ia64
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|