head	1.7;
access;
symbols
	HRS_XML_CLEANUP:1.7
	HRS_XML_CLEANUP_PRE:1.7
	EMILYBOYD_REDESIGN:1.4
	PRE_REDESIGN:1.4;
locks; strict;
comment	@# @;


1.7
date	2005.11.04.15.47.29;	author hrs;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.04.09.20.41;	author hrs;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.03.20.33.26;	author hrs;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.18.20.42.13;	author murray;	state Exp;
branches;
next	1.3;

1.3
date	2005.06.11.18.46.30;	author murray;	state Exp;
branches;
next	1.2;

1.2
date	2005.06.10.14.23.55;	author kensmith;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.22.09.49.00;	author rwatson;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Add 6.0R announcement.
@
text
@# $FreeBSD: www/en/releases/6.0R/Makefile,v 1.6 2005/11/04 09:20:41 hrs Exp $

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

DOCS=	todo.sgml schedule.sgml approvals.sgml
DOCS+=	announce.sgml
DOCS+=	relnotes.sgml
DOCS+=	hardware.sgml
DOCS+=	installation.sgml

DATA+=	errata.html
DATA+=	hardware-alpha.html
DATA+=	hardware-amd64.html
DATA+=	hardware-ia64.html
DATA+=	hardware-i386.html
DATA+=	hardware-pc98.html
DATA+=	hardware-sparc64.html
DATA+=	installation-alpha.html
DATA+=	installation-amd64.html
DATA+=	installation-ia64.html
DATA+=	installation-i386.html
DATA+=	installation-pc98.html
DATA+=	installation-sparc64.html
DATA+=	readme.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-amd64.html
DATA+=	relnotes-ia64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-sparc64.html

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

DATA+=	docbook.css

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

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

todo.html: stress.html

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


1.6
log
@Add glue files for 6.0R release documentation.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.0R/Makefile,v 1.5 2005/11/03 20:33:26 hrs Exp $
d11 1
a11 1
#DOCS+=	announce.sgml
@


1.5
log
@Add release documentation for 6.0R (not hooked up to the build yet).
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.0R/Makefile,v 1.4 2005/07/18 20:42:13 murray Exp $
d12 3
a14 2
#DOCS+=	hardware.sgml
#DOCS+=	installation.sgml
@


1.4
log
@* Add an XSLT stylesheet to parse the RSS file from Peter Holm's
  Kernel Stress Test Suite and generate HTML of a list of panics with
  short description and link to the console output.

* Add makefile glue to fetch the RSS file, parse it with stress.xslt,
  and generate a temporary HTML file stress.html

* Add a table of contents to the todo list, and add a new section for
  open kernel stress test issues, and include stress.html there.

Discussed with:	Peter Holm / re
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.0R/Makefile,v 1.3 2005/06/11 18:46:30 murray Exp $
d11 25
d40 1
a40 1
DATA=	docbook.css
@


1.3
log
@Add approvals page to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.0R/Makefile,v 1.2 2005/06/10 14:23:55 kensmith Exp $
d11 3
d17 8
@


1.2
log
@Initial pass at a schedule for the 6.0 release.  Very vague at the moment,
many dates need to be decided later.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.0R/Makefile,v 1.1 2004/10/22 09:49:00 rwatson Exp $
d10 1
a10 1
DOCS=	todo.sgml schedule.sgml
@


1.1
log
@Place-holder templates for 5.4 and 6.0 todo lists.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS=	todo.sgml
@

