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


1.10
date	2004.04.06.11.32.28;	author phantom;	state Exp;
branches;
next	1.9;

1.9
date	2004.04.05.23.57.55;	author phantom;	state Exp;
branches;
next	1.8;

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

1.7
date	2002.10.11.06.29.47;	author murray;	state Exp;
branches;
next	1.6;

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

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

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

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

1.2
date	2002.09.02.08.26.24;	author murray;	state Exp;
branches;
next	1.1;

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


desc
@@


1.10
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.9 2004/04/05 23:57:55 phantom Exp $

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

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

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

DATA+=  CHECKSUM-i386.MD5

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


1.9
log
@Add missing installation.sgml's to list installation-* files
available thru RELNOTESng.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.8 2004/04/05 23:52:12 phantom Exp $
d10 6
a15 2
DOCS=	hardware.sgml relnotes.sgml schedule.sgml qa.sgml announce.sgml
DOCS+=  installation.sgml
d19 4
a22 3
DATA+=	installation-alpha.html installation-i386.html
DATA+=	hardware-alpha.html hardware-i386.html
DATA+=	relnotes-alpha.html relnotes-i386.html
d24 3
@


1.8
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/4.7R/Makefile,v 1.7 2002/10/11 06:29:47 murray Exp $
d11 1
@


1.7
log
@Add a PGP-signed list of MD5 checksums to provide another location for
users to verify the integrity of the ISO images on the FTP sites.

Requested by:	Lyndon Nerenberg <lyndon@@orthanc.ab.ca>
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.6 2002/10/10 14:30:30 murray Exp $
d14 1
d17 1
@


1.6
log
@Connect announcement to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.5 2002/10/08 15:47:49 bmah Exp $
d16 1
@


1.5
log
@Connect the 4.7 release documentation set to the Web site build, so that
it gets installed in place before the release announcement.

No links to these pages yet.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.4 2002/10/06 23:58:33 bmah Exp $
d10 1
a10 1
DOCS=	hardware.sgml relnotes.sgml schedule.sgml qa.sgml
@


1.4
log
@Back out an accidental commit to this file.  Not quite ready yet.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.2 2002/09/02 08:26:24 murray Exp $
d10 6
a15 1
DOCS=	schedule.sgml qa.sgml
@


1.3
log
@Fix some instances of wishful thinking, where I wrote "Sep" for a completion
date on the release schedule where I really mean "Oct".

While I'm here, one more update.

Pointed out by:	Mark Linimon <linimon@@lonesome.com>
@
text
@d10 1
a10 6
DOCS=	hardware.sgml relnotes.sgml schedule.sgml qa.sgml

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


1.2
log
@Add a testing guide for 4.7-RELEASE.  Ask users to help test the new
changes to PPP, ahc, ahd, ipfilter, sendmail, ata, and bzip2 support
in the package tools.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.1 2002/08/06 07:45:45 murray Exp $
d10 6
a15 1
DOCS=	schedule.sgml qa.sgml
@


1.1
log
@Add schedule information for FreeBSD 4.7.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS=	schedule.sgml
@

