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


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

1.4
date	2004.04.05.23.52.13;	author phantom;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2003.03.21.05.59.50;	author scottl;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD: www/en/releases/5.1R/Makefile,v 1.4 2004/04/05 23:52:13 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+=	schedule.sgml
DOCS+=	todo.sgml

DATA=	docbook.css
DATA+=	errata.html
DATA+=	early-adopter.html
DATA+=	hardware-alpha.html
DATA+=	hardware-ia64.html
DATA+=	hardware-i386.html
DATA+=	hardware-pc98.html
DATA+=	hardware-sparc64.html
DATA+=	installation-alpha.html
DATA+=	installation-ia64.html
DATA+=	installation-i386.html
DATA+=	installation-pc98.html
DATA+=	installation-sparc64.html
DATA+=	readme.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-ia64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-sparc64.html

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


1.4
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/5.1R/Makefile,v 1.3 2003/06/09 16:58:23 bmah Exp $
d10 6
a15 2
DOCS=	announce.sgml schedule.sgml todo.sgml
DOCS+=	hardware.sgml relnotes.sgml installation.sgml
a24 5
DATA+=	relnotes-alpha.html
DATA+=	relnotes-ia64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-sparc64.html
d31 5
@


1.3
log
@HTML-ify the 5.1 release announcement and hook to the Web build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.1R/Makefile,v 1.2 2003/06/07 18:44:01 bmah Exp $
d31 1
@


1.2
log
@Connect the 5.1 release documentation to the Web site build in advance,
so that links from the body of the announcement will work.

This commit does not in any way, shape, or form constitute a release
announcement.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.1R/Makefile,v 1.1 2003/03/21 05:59:50 scottl Exp $
d10 1
a10 1
DOCS=	schedule.sgml todo.sgml
@


1.1
log
@Start the schedule and todo pages for 5.1.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.8R/Makefile,v 1.2 2003/02/19 15:13:01 murray Exp $
d11 1
d14 17
@

