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


1.4
date	2008.02.27.22.07.16;	author bmah;	state Exp;
branches;
next	1.3;

1.3
date	2008.02.24.05.55.04;	author bmah;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.10.12.26.48;	author murray;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.21.14.30.18;	author hrs;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Add 7.0-RELEASE announcement to Web site and hook up to build.
@
text
@# $FreeBSD: www/en/releases/7.0R/Makefile,v 1.3 2008/02/24 05:55:04 bmah Exp $

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

DOCS=	announce.sgml todo.sgml schedule.sgml approvals.sgml

FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rss
FETCHCMD=  /usr/bin/fetch
CLEANFILES+= news.rss stress.html

DATA+=	docbook.css
DATA+=	errata.html
DATA+=	hardware.html
DATA+=	readme.html
DATA+=	relnotes.html

news.rss:
	${FETCHCMD} ${FETCHFILE}

stress.html: news.rss stress.xsl
	${XSLTPROC} stress.xsl news.rss > stress.html

todo.html: stress.html

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


1.3
log
@In anticipation of 7.0-RELEASE, add its release documentation to the
Web site and hook up to the Web build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/7.0R/Makefile,v 1.2 2007/09/10 12:26:48 murray Exp $
d10 1
a10 1
DOCS=	todo.sgml schedule.sgml approvals.sgml
@


1.2
log
@Add initial 7.0 TODO list and list of applicable kernel panics scraped
from Peter Holm's stress test page.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/7.0R/Makefile,v 1.1 2007/06/21 14:30:18 hrs Exp $
d17 4
@


1.1
log
@Add 7.0R related pages.

Submitted by:	delphij
@
text
@d1 1
a1 1
# $FreeBSD$
d10 5
a14 1
DOCS=	schedule.sgml approvals.sgml
d18 8
@

