2007-06-05 15:00:09 +02:00
|
|
|
|
# $FreeBSD: www/zh_TW/Makefile,v 1.3 2007/01/06 05:10:58 chinsan Exp $
|
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.
|
|
|
|
|
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-06-05 15:00:09 +02:00
|
|
|
|
# Subdirectories
|
|
|
|
|
# SGML
|
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">/'
|
|
|
|
|
|
2006-07-11 15:24:05 +02:00
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|