# The FreeBSD Simplified Chinese Documentation Project
# Original Revision: 1.45
#
# $FreeBSD: head/zh_CN.UTF-8/htdocs/news/Makefile 39631 2012-10-01 09:53:01Z gabor $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS+= news.xml

# press releases
DOCS+= pressreleases.xml

INDEXLINK= news.html

DEPENDSET.DEFAULT=	transtable news press

XMLDOCS=	newsflash:${XSL_NEWS_NEWSFLASH}:${XML_NEWS_NEWS_MASTER}:
XMLDOCS+=	press:${XSL_NEWS_PRESS}:${XML_NEWS_PRESS_MASTER}:

.include "${DOC_PREFIX}/share/mk/web.site.mk"
