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.04.06.11.32.27;	author phantom;	state Exp;
branches;
next	1.6;

1.6
date	2002.01.30.14.25.02;	author murray;	state Exp;
branches;
next	1.5;

1.5
date	2002.01.30.04.53.38;	author murray;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.7
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.6 2002/01/30 14:25:02 murray Exp $

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

DOCS=	announce.sgml
DOCS+=	contents.sgml
DOCS+=	hardware.sgml
DOCS+=	notes.sgml
DOCS+=	qa.sgml
DOCS+=	schedule.sgml

DATA=	docbook.css
DATA+=	errata.html
DATA+=	hardware-alpha.html
DATA+=	hardware-i386.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-i386.html

DATA+=  cd1.txt cd2.txt cd3.txt cd4.txt

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


1.6
log
@Add a short description of the contents of the Official 4.5 4-CDROM
set, and provide file listings for each disc.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.5 2002/01/30 04:53:38 murray Exp $
d10 1
a10 1
DOCS=	hardware.sgml notes.sgml qa.sgml announce.sgml schedule.sgml
d12 4
d23 1
@


1.5
log
@Archive the 4.5 release schedule.  This was previously in
internal/releng45.sgml, but that was a very bad place for it, since
people were posting the URL to public mailing lists which seems to
contradict the 'internal' part of the namespace.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.4 2002/01/30 03:52:14 murray Exp $
d11 1
d19 1
@


1.4
log
@Add FreeBSD 4.5-RELEASE announcement.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.3 2002/01/25 22:38:08 bmah Exp $
d10 1
a10 1
DOCS=	hardware.sgml notes.sgml qa.sgml announce.sgml
@


1.3
log
@Drop the release documentation for 4.5-RELEASE into place on the Web site.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.2 2002/01/24 17:24:09 bmah Exp $
d10 1
a10 1
DOCS=	hardware.sgml notes.sgml qa.sgml
@


1.2
log
@Add some of the "glue" we'll need for the upcoming 4.5's release
documentation.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.1 2002/01/12 13:29:27 murray Exp $
d11 7
@


1.1
log
@Add Robert's 4.5 Testing Guide to the web tree.  Future release
engineering documents will probably move into this area as well.

Submitted by:	rwatson
Reviewed by:	jhb
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS=	qa.sgml
@

