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


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


desc
@@


1.1
log
@Move 2007 newsflash and in the press entries off to a separate page
now that we have a full year of 2008 content on the news and press pages.
@
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"
@
