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


1.4
date	2009.11.27.11.35.05;	author rwatson;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.26.21.22.00;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2009.11.26.01.20.07;	author hrs;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@Add the 8.0 press release to the 8.0R page, it provides a bit more detail
than the release announcement without the full onslaught of release notes.
@
text
@# $FreeBSD: www/en/releases/8.0R/Makefile,v 1.3 2009/11/26 21:22:00 hrs Exp $

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

DOCS=	announce.sgml
DOCS+=	pressrelease.sgml
DOCS+=	relnotes.sgml
DOCS+=	schedule.sgml

DATA=	docbook.css \
	errata.html \
	hardware.html \
	readme.html \
	relnotes-detailed.html

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


1.3
log
@Hook up 8.0R announcement to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/8.0R/Makefile,v 1.2 2009/11/26 01:20:07 hrs Exp $
d11 1
@


1.2
log
@Add release documents for 8.0-RELEASE.  Some are not hooked up to
the build because the announcement was not sent yet.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/8.0R/Makefile,v 1.1 2009/08/05 14:29:00 rwatson Exp $
d10 1
a10 1
#DOCS=	announce.sgml
@


1.1
log
@With BETA2 complete, move from using the wiki to hold the release schedule
to a more formal web document.  Not yet hooked up to the build.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 3
a12 1
DOCS=	schedule.sgml
d14 5
a18 1
DATA=	docbook.css
@

