2012-05-17 21:12:14 +02:00
|
|
|
|
# $FreeBSD$
|
2006-07-11 15:24:05 +02:00
|
|
|
|
# Original revision:
|
|
|
|
|
|
|
|
|
|
.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
|
|
|
|
|
2007-01-06 06:10:58 +01:00
|
|
|
|
DOCS= about.sgml
|
2007-06-05 15:00:09 +02:00
|
|
|
|
DOCS+= applications.sgml
|
2007-01-06 06:10:58 +01:00
|
|
|
|
DOCS+= art.sgml
|
|
|
|
|
DOCS+= availability.sgml
|
|
|
|
|
DOCS+= community.sgml
|
|
|
|
|
DOCS+= docs.sgml
|
2007-06-05 15:00:09 +02:00
|
|
|
|
DOCS+= logo.sgml
|
2007-01-06 06:10:58 +01:00
|
|
|
|
DOCS+= send-pr.sgml
|
2007-06-05 15:00:09 +02:00
|
|
|
|
DOCS+= support.sgml
|
|
|
|
|
DOCS+= where.sgml
|
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
|
|
|
|
|
# SGML
|
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
|
|
|
|
|
|
2007-06-05 15:00:09 +02:00
|
|
|
|
# Non-SGML
|
|
|
|
|
SUBDIR+= layout
|
|
|
|
|
|
2006-07-12 19:10:59 +02:00
|
|
|
|
WEBDIR?= data/zh_TW
|
2006-07-11 15:24:05 +02:00
|
|
|
|
|
2007-01-06 06:10:58 +01:00
|
|
|
|
DATESUBST?= 's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date "<22>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD>G \1">/'
|
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|