2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
1998-08-04 13:15:50 +02:00
|
|
|
|
1999-02-08 20:34:03 +01:00
|
|
|
.if exists(Makefile.conf)
|
|
|
|
.include "Makefile.conf"
|
|
|
|
.endif
|
2000-11-30 00:57:09 +01:00
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
1999-02-08 20:34:03 +01:00
|
|
|
|
|
|
|
# These are turned into validated, normalized HTML files.
|
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= about.xml
|
|
|
|
DOCS+= applications.xml
|
|
|
|
DOCS+= availability.xml
|
|
|
|
DOCS+= community.xml
|
|
|
|
DOCS+= docs.xml
|
|
|
|
DOCS+= features.xml
|
|
|
|
DOCS+= internet.xml
|
|
|
|
DOCS+= mailto.xml
|
|
|
|
DOCS+= publish.xml
|
|
|
|
DOCS+= send-pr.xml
|
|
|
|
DOCS+= support.xml
|
|
|
|
DOCS+= where.xml
|
|
|
|
|
|
|
|
CLEANFILES+=atoz.xml site.xml
|
1999-02-08 20:34:03 +01:00
|
|
|
|
|
|
|
# Subdirectories
|
2012-10-06 19:52:37 +02:00
|
|
|
# XML
|
2004-03-05 23:42:32 +01:00
|
|
|
SUBDIR= security
|
1999-02-08 20:34:03 +01:00
|
|
|
SUBDIR+= docproj
|
|
|
|
SUBDIR+= news
|
|
|
|
SUBDIR+= internal
|
|
|
|
SUBDIR+= copyright
|
|
|
|
SUBDIR+= search
|
2008-02-16 12:16:47 +01:00
|
|
|
SUBDIR+= platforms
|
1999-02-08 20:34:03 +01:00
|
|
|
SUBDIR+= projects
|
2004-03-05 23:42:32 +01:00
|
|
|
SUBDIR+= releases
|
2002-11-25 13:27:39 +01:00
|
|
|
|
2000-02-28 13:43:08 +01:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
2002-11-25 13:27:39 +01:00
|
|
|
SUBDIR+= doc
|
2000-02-28 13:43:08 +01:00
|
|
|
.endif
|
1999-02-08 20:34:03 +01:00
|
|
|
|
2004-03-05 23:42:32 +01:00
|
|
|
WEBDIR?= data/es
|
2002-11-25 13:27:39 +01:00
|
|
|
|
2004-03-05 23:42:32 +01:00
|
|
|
# index.html is special, and generated from index.xsl and news/news.xml
|
|
|
|
DATA+= index.html
|
|
|
|
CLEANFILES+= index.html
|
1998-08-04 13:15:50 +02:00
|
|
|
|
2008-02-16 12:16:47 +01:00
|
|
|
XMLDOCS= index:xsl:${XML_NEWS_NEWS}:
|
|
|
|
DEPENDSET.index= transtable mirrors news press events \
|
|
|
|
advisories notices
|
2004-03-05 23:42:32 +01:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|