2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
2003-03-20 01:10:51 +01:00
|
|
|
.if exists(Makefile.conf)
|
|
|
|
.include "Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# These are turned into validated, normalized HTML files.
|
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= about.xml
|
|
|
|
DOCS+= community.xml
|
|
|
|
DOCS+= docs.xml
|
|
|
|
DOCS+= mailto.xml
|
|
|
|
DOCS+= support.xml
|
|
|
|
DOCS+= where.xml
|
2003-03-20 01:10:51 +01:00
|
|
|
|
2006-08-21 20:02:48 +02:00
|
|
|
XMLDOCS= index:xsl:${XML_NEWS_NEWS}:
|
|
|
|
DEPENDSET.index=transtable mirrors news press events \
|
|
|
|
advisories notices
|
|
|
|
|
|
|
|
XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}:
|
|
|
|
DEPENDSET.usergroups=transtable usergroups
|
|
|
|
PARAMS.usergroups= --param pagename "'FreeBSD User Groups'"
|
|
|
|
|
2003-03-20 01:10:51 +01:00
|
|
|
# Subdirectories
|
2012-10-06 19:52:37 +02:00
|
|
|
# XML
|
2005-10-15 15:09:16 +02:00
|
|
|
SUBDIR= copyright
|
|
|
|
SUBDIR+= docs
|
|
|
|
SUBDIR+= platforms
|
2006-06-06 13:08:50 +02:00
|
|
|
SUBDIR+= ports
|
2005-10-06 16:27:51 +02:00
|
|
|
SUBDIR+= releases
|
2003-03-20 01:10:51 +01:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
2004-01-14 15:29:03 +01:00
|
|
|
SUBDIR+= doc
|
2003-03-20 01:10:51 +01:00
|
|
|
.endif
|
|
|
|
|
2003-11-10 01:14:49 +01:00
|
|
|
WEBDIR?= data/it
|
2003-03-20 01:10:51 +01:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|