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


1.1
date	2008.01.04.21.16.27;	author jkois;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Move the old news and press articles from 2006 to separate subfolders and
link to them from the main news/press sites.
@
text
@# $FreeBSD: www/en/news/2005/Makefile,v 1.1 2007/03/15 16:21:15 murray Exp $

.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"
@
