doc/zh_TW/Makefile
Chin-San Huang 2588cdca8b - More translation.
Obtained from:	The FreeBSD Traditional Chinese project
2007-08-24 04:12:07 +00:00

47 lines
1 KiB
Makefile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# $FreeBSD: www/zh_TW/Makefile,v 1.4 2007/06/05 13:00:09 chinsan Exp $
# Original revision:
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
# These are turned into validated, normalized HTML files.
DOCS= about.sgml
DOCS+= applications.sgml
DOCS+= art.sgml
DOCS+= availability.sgml
DOCS+= community.sgml
DOCS+= docs.sgml
DOCS+= logo.sgml
DOCS+= send-pr.sgml
DOCS+= support.sgml
DOCS+= where.sgml
#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'"
# Subdirectories
# SGML
SUBDIR+= docs
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+= doc
.endif
# Non-SGML
SUBDIR+= layout
WEBDIR?= data/zh_TW
DATESUBST?= 's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date "¤W¦¸§ó·s¡G \1">/'
.include "${WEB_PREFIX}/share/mk/web.site.mk"