head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2007.03.15.16.21.15;	author murray;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Split out the old news from 2004 and 2005 into separate pages so that
only more recent news shows up on the newsflash page.
@
text
@# $FreeBSD$

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

XMLDOCS+=	index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
DEPENDSET.index=transtable news

XMLDOCS+=	press:${XSL_NEWS_PRESS_OLD}::
DEPENDSET.press=transtable press

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@
