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

1.6
date	2004.04.05.23.57.54;	author phantom;	state Exp;
branches;
next	1.5;

1.5
date	2004.04.05.23.52.12;	author phantom;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	2002.01.30.04.55.06;	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.6R/Makefile,v 1.6 2004/04/05 23:57:54 phantom 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+=	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+=	relnotes-alpha.html
DATA+=	relnotes-i386.html

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

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


1.6
log
@Add missing installation.sgml's to list installation-* files
available thru RELNOTESng.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.6R/Makefile,v 1.5 2004/04/05 23:52:12 phantom Exp $
d10 3
a12 2
DOCS=	announce.sgml contents.sgml
DOCS+=	hardware.sgml relnotes.sgml qa.sgml schedule.sgml
d14 3
d20 7
a26 3
DATA+=	installation-alpha.html installation-i386.html
DATA+=	hardware-alpha.html hardware-i386.html
DATA+=	relnotes-alpha.html relnotes-i386.html
@


1.5
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.6R/Makefile,v 1.4 2002/06/15 23:44:07 bmah Exp $
d12 1
@


1.4
log
@Version number bumps for 4.6-RELEASE.  Also commit the announcement and
the contents lists.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.6R/Makefile,v 1.3 2002/06/09 22:58:53 bmah Exp $
d15 1
@


1.3
log
@Commit the HTML rendition of the 4.6-RELEASE release documentation to the
Web site, in advance of the actual release.

These files may be regenerated before the release date if required.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.6R/Makefile,v 1.2 2002/04/11 11:12:54 murray Exp $
d10 2
a11 1
DOCS=	hardware.sgml relnotes.sgml qa.sgml schedule.sgml
d13 1
a13 1
DATA+=	docbook.css
d17 1
@


1.2
log
@Add the beginnings of a testing guide for 4.6 RELEASE.  For now,
only offer a single item relating to the recent DHCP import.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.6R/Makefile,v 1.1 2002/01/30 04:55:06 murray Exp $
d10 6
a15 1
DOCS=	qa.sgml schedule.sgml
@


1.1
log
@Add the beginnings of a FreeBSD 4.6 schedule, with dates for reminder
emails, code freezes, etc..  The dates should be bumped up for various
events according to our experiencs with 4.5.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS=	schedule.sgml
@

