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

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

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

1.1
date	2004.02.16.21.25.03;	author bmah;	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.2.1R/Makefile,v 1.4 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

DATA=	docbook.css
DATA+=  errata.html
DATA+=  early-adopter.html
DATA+=  hardware-alpha.html
DATA+=  hardware-amd64.html
DATA+=  hardware-ia64.html
DATA+=  hardware-i386.html
DATA+=  hardware-pc98.html
DATA+=  hardware-sparc64.html
DATA+=  installation-alpha.html
DATA+=  installation-amd64.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-amd64.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 installation.sgml's to list installation-* files
available thru RELNOTESng.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.2.1R/Makefile,v 1.3 2004/04/05 23:52:13 phantom Exp $
d10 4
a13 3
DOCS=	hardware.sgml relnotes.sgml
DOCS+=	announce.sgml
DOCS+=  installation.sgml
a23 6
DATA+=  relnotes-alpha.html
DATA+=  relnotes-amd64.html
DATA+=  relnotes-ia64.html
DATA+=  relnotes-i386.html
DATA+=  relnotes-pc98.html
DATA+=  relnotes-sparc64.html
d31 6
@


1.3
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.2.1R/Makefile,v 1.2 2004/02/26 04:58:45 bmah Exp $
d12 1
@


1.2
log
@HTMLify 5.2.1-RELEASE announcement as posted to announce@@ (fixing
a couple of typos along the way and hopefully not introducing any
new ones) and connect to Web site build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.2.1R/Makefile,v 1.1 2004/02/16 21:25:03 bmah Exp $
d28 7
@


1.1
log
@Commit HTML renditions (plus "glue pages") of 5.2.1 release documentation.
Not hooked up to Web site build yet.
@
text
@d1 1
a1 1
# $FreeBSD$
d11 1
@

