2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
2012-08-21 21:16:02 +02:00
|
|
|
# Original revision:
|
2006-07-11 15:24:05 +02:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2007-01-06 06:10:58 +01:00
|
|
|
# These are turned into validated, normalized HTML files.
|
2007-08-24 06:12:07 +02:00
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= about.xml
|
|
|
|
DOCS+= applications.xml
|
|
|
|
DOCS+= art.xml
|
|
|
|
DOCS+= availability.xml
|
|
|
|
DOCS+= community.xml
|
|
|
|
DOCS+= docs.xml
|
|
|
|
DOCS+= logo.xml
|
|
|
|
DOCS+= send-pr.xml
|
|
|
|
DOCS+= support.xml
|
|
|
|
DOCS+= where.xml
|
2007-01-06 06:10:58 +01:00
|
|
|
|
2007-08-24 06:12:07 +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'"
|
|
|
|
|
2007-06-05 15:00:09 +02:00
|
|
|
# Subdirectories
|
2012-10-06 19:52:37 +02:00
|
|
|
# XML
|
2007-08-24 06:12:07 +02:00
|
|
|
SUBDIR+= docs
|
|
|
|
|
2006-07-11 15:24:05 +02:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
|
|
|
SUBDIR+= doc
|
|
|
|
.endif
|
|
|
|
|
2012-10-06 19:52:37 +02:00
|
|
|
# Non-XML
|
2007-06-05 15:00:09 +02:00
|
|
|
SUBDIR+= layout
|
|
|
|
|
2006-07-12 19:10:59 +02:00
|
|
|
WEBDIR?= data/zh_TW
|
2006-07-11 15:24:05 +02:00
|
|
|
|
2014-05-29 18:48:07 +02:00
|
|
|
DATESUBST?= 's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date "上次更新: \1">/'
|
2007-01-06 06:10:58 +01:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|