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
56 lines
1.2 KiB
Makefile
56 lines
1.2 KiB
Makefile
# $FreeBSD: www/es/Makefile,v 1.23 2008/01/28 23:06:10 gabor Exp $
|
|
|
|
.if exists(Makefile.conf)
|
|
.include "Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
# These are turned into validated, normalized HTML files.
|
|
|
|
DOCS= about.sgml
|
|
DOCS+= applications.sgml
|
|
DOCS+= availability.sgml
|
|
DOCS+= community.sgml
|
|
DOCS+= docs.sgml
|
|
DOCS+= features.sgml
|
|
DOCS+= internet.sgml
|
|
DOCS+= mailto.sgml
|
|
DOCS+= publish.sgml
|
|
DOCS+= send-pr.sgml
|
|
DOCS+= support.sgml
|
|
DOCS+= where.sgml
|
|
DOCS+= y2kbug.sgml
|
|
|
|
CLEANFILES+=atoz.sgml site.sgml
|
|
|
|
# Subdirectories
|
|
# SGML
|
|
SUBDIR= security
|
|
SUBDIR+= docproj
|
|
SUBDIR+= news
|
|
SUBDIR+= internal
|
|
SUBDIR+= copyright
|
|
SUBDIR+= search
|
|
SUBDIR+= platforms
|
|
SUBDIR+= projects
|
|
SUBDIR+= releases
|
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
|
SUBDIR+= doc
|
|
.endif
|
|
|
|
WEBDIR?= data/es
|
|
|
|
# index.html is special, and generated from index.xsl and news/news.xml
|
|
DATA+= index.html
|
|
CLEANFILES+= index.html
|
|
|
|
XMLDOCS= index:xsl:${XML_NEWS_NEWS}:
|
|
DEPENDSET.index= transtable mirrors news press events \
|
|
advisories notices
|
|
|
|
DATESUBST= 's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date "\Ú\;ltima modificaci\ó\;n: \1">/'
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|