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


1.7
date	2004.11.15.02.39.23;	author kensmith;	state Exp;
branches;
next	1.6;

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

1.5
date	2004.11.06.21.01.55;	author simon;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.06.20.27.57;	author scottl;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.19.06.53.01;	author scottl;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.05.19.57.06;	author scottl;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@Hook up the Errata processing policy to the build.
@
text
@# $FreeBSD: www/en/releases/5.3R/Makefile,v 1.6 2004/11/07 00:15:04 hrs Exp $

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

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

DATA=	docbook.css
DATA+=	errata.html
DATA+=	migration-guide.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

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


1.6
log
@Add announce.sgml and whitespace cleanup.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.3R/Makefile,v 1.5 2004/11/06 21:01:55 simon Exp $
d10 1
a10 1
DOCS=	todo.sgml schedule.sgml policy.sgml
@


1.5
log
@Remove early-adopter.html, since it's now called migration-guide.html.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.3R/Makefile,v 1.4 2004/11/06 20:27:57 scottl Exp $
d10 5
a14 6
DOCS=  hardware.sgml
DOCS+=  installation.sgml
DOCS+=  relnotes.sgml
DOCS+=  schedule.sgml
DOCS+=  todo.sgml
DOCS+=	policy.sgml
d16 2
a17 14
DATA=   docbook.css
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
d19 19
a37 7
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
@


1.4
log
@Turn on the 5.3 documents
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.3R/Makefile,v 1.3 2004/08/19 06:53:01 scottl Exp $
a18 1
DATA+=  early-adopter.html
@


1.3
log
@Document the policy for getting changes into the release during code
freeze.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.3R/Makefile,v 1.2 2004/08/05 19:57:06 scottl Exp $
d10 6
a15 1
DOCS=	todo.sgml schedule.sgml policy.sgml
d17 23
a39 1
DATA=	docbook.css
@


1.2
log
@Hook the 5.3 schedule up to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.3R/Makefile,v 1.1 2003/11/07 07:31:43 rwatson Exp $
d10 1
a10 1
DOCS=	todo.sgml schedule.sgml
@


1.1
log
@Add empty 5.3 TODO list template.  Intentionally not booked up to the
build or populated with any items.  Please do not hook it up until re@@
is ready to deal with the consequences.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS=	todo.sgml
@

