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.55;	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	2003.10.29.07.30.30;	author murray;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2003.05.06.04.40.43;	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.9R/Makefile,v 1.6 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+=	relnotes.sgml
DOCS+=	qa.sgml
DOCS+=	schedule.sgml
DOCS+=	todo.sgml

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

.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.9R/Makefile,v 1.5 2004/04/05 23:52:12 phantom Exp $
d10 7
a16 3
DOCS=	hardware.sgml relnotes.sgml schedule.sgml todo.sgml qa.sgml
DOCS+=	announce.sgml installation.sgml

d20 4
a23 3
DATA+=	installation-alpha.html installation-i386.html
DATA+=	hardware-alpha.html hardware-i386.html
DATA+=	relnotes-alpha.html relnotes-i386.html
d25 2
@


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.9R/Makefile,v 1.4 2003/10/29 07:30:30 murray Exp $
d11 2
a12 1
DOCS+=	announce.sgml
@


1.4
log
@Announce FreeBSD 4.9.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.9R/Makefile,v 1.3 2003/10/26 17:49:52 bmah Exp $
d15 1
d18 1
@


1.3
log
@In advance of the 4.9 release announcement, connect the release
documentation to the Web site build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.9R/Makefile,v 1.2 2003/08/18 19:43:46 murray Exp $
d11 1
@


1.2
log
@MFP4: FreeBSD 4.9 Release Schedule and nascent todo/qa guides.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.9R/Makefile,v 1.1 2003/05/06 04:40:43 murray Exp $
d10 6
a15 1
DOCS=	schedule.sgml todo.sgml qa.sgml
@


1.1
log
@Add skeleton schedule for 4.9.  No dates are provided and this is not
connected to the build, it is just here so we can add/modify items on
our checklist based on feedback about 4.8 and 5.1.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS=	schedule.sgml
@

