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


1.8
date	2004.04.06.11.32.28;	author phantom;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.05.23.52.12;	author phantom;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.19.16.04.02;	author bmah;	state Exp;
branches;
next	1.5;

1.5
date	2003.01.16.19.11.26;	author bmah;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2002.04.05.22.30.13;	author bmah;	state Exp;
branches;
next	1.1;

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


desc
@@


1.8
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.7 2004/04/05 23:52:12 phantom Exp $

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

SUBDIR=  DP1
SUBDIR+= DP2

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

DATA=	docbook.css
DATA+=	errata.html
DATA+=	early-adopter.html
DATA+=	hardware-alpha.html
DATA+=	hardware-ia64.html
DATA+=	hardware-i386.html
DATA+=	hardware-pc98.html
DATA+=	hardware-sparc64.html
DATA+=	installation-alpha.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-ia64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-sparc64.html

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


1.7
log
@Add missing html files into build queue.  Mostly readme.html and
installation-*.html were avoided.

Spoted by:	make checkmissing
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.6 2003/01/19 16:04:02 bmah Exp $
d10 9
a18 2
DOCS=	announce.sgml schedule.sgml todo.sgml
DOCS+=	hardware.sgml relnotes.sgml installation.sgml
a27 5
DATA+=	relnotes-alpha.html
DATA+=	relnotes-ia64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-sparc64.html
d34 5
a38 2

SUBDIR=	DP1 DP2
@


1.6
log
@Stage a draft of the 5.0 release announcement to the Web site.  This will
be updated as appropriate after the real announcement goes out.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.5 2003/01/16 19:11:26 bmah Exp $
d31 1
@


1.5
log
@Add multiplatform "glue" pages and connect to the Web build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.4 2002/11/18 17:56:41 bmah Exp $
d10 1
a10 1
DOCS=	schedule.sgml todo.sgml
@


1.4
log
@Connect 5.0-DP2 release documentation to the Web site build.

This commit does not constitute a release announcement.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.3 2002/08/31 08:48:09 murray Exp $
d11 20
@


1.3
log
@Add a webpage to list important open issues for 5.0-RELEASE.  For now,
just list the XFree86 hang problem.  More entries coming this weekend.

By all means, please add entries directly to this file, or email your
entries to re@@FreeBSD.org.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.2 2002/04/05 22:30:13 bmah Exp $
d12 1
a12 1
SUBDIR=	DP1
@


1.2
log
@Stage the HTML rendition of the 5.0-DP1 release documentation, to
allow for some testing before the actual announcement.

These documents were generated from the 5_dp1 Perforce branch,
with the exception of the sparc64-specific documents, which were
generated from HEAD in CVS.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.1 2002/03/04 08:17:50 murray Exp $
d10 1
a10 1
DOCS=	schedule.sgml
@


1.1
log
@Add the beginnings of the 5.0-RELEASE schedule.  This includes
information about the 'Developer Preview' snapshots (which will be
snapshots that have been polished by the RE team, with a full package
set, release documentation, etc..), the feature-list discussion we
will have to have at the FreeBSD Summit at Usenix, the feature freeze,
and then finally the code freeze.
@
text
@d1 1
a1 1
# $FreeBSD$
d11 2
@

