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

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

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

1.1
date	2003.01.29.04.51.40;	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.8R/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+=	qa.sgml
DOCS+=	relnotes.sgml
DOCS+=	schedule.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.8R/Makefile,v 1.5 2004/04/05 23:52:12 phantom Exp $
d10 6
a15 2
DOCS=	announce.sgml hardware.sgml relnotes.sgml schedule.sgml qa.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 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.8R/Makefile,v 1.4 2003/04/04 05:50:21 murray Exp $
d11 1
@


1.4
log
@Connect announcement to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.8R/Makefile,v 1.3 2003/04/04 03:49:08 bmah Exp $
d14 1
d17 1
@


1.3
log
@Connect 4.8-RELEASE documentation to the Web build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.8R/Makefile,v 1.2 2003/02/19 15:13:01 murray Exp $
d10 1
a10 1
DOCS=	hardware.sgml relnotes.sgml schedule.sgml qa.sgml
@


1.2
log
@Connect testing guide to the build, but intentionally neglect to link
to it until it is more substantial.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.8R/Makefile,v 1.1 2003/01/29 04:51:40 murray Exp $
d10 1
a10 1
DOCS=	schedule.sgml qa.sgml
d13 3
@


1.1
log
@MFP4: FreeBSD 4.8 Release Schedule.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS=	schedule.sgml
@

