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

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

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

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

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

1.2
date	2003.10.31.00.54.05;	author scottl;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.26.03.24.36;	author rwatson;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD$

.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-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.6
log
@Add installation.sgml to build queue.  It was here from 5.2 release days,
but was not enabled.

Spotted by:	make checkmissing
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.2R/Makefile,v 1.5 2004/04/05 23:52:13 phantom Exp $
d10 6
a15 3
DOCS=	todo.sgml schedule.sgml
DOCS+=	announce.sgml installation.sgml
DOCS+=	hardware.sgml relnotes.sgml
a25 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
d33 6
@


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/5.2R/Makefile,v 1.4 2004/01/12 20:34:39 bmah Exp $
d11 1
a11 1
DOCS+=	announce.sgml
@


1.4
log
@Commit HTML version of 5.2 announcement and hook it up to the Web build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.2R/Makefile,v 1.3 2004/01/11 21:13:48 bmah Exp $
d29 7
@


1.3
log
@Hook up the 5.2 release documentation to the Web site build, in
advance of the release announcement.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.2R/Makefile,v 1.2 2003/10/31 00:54:05 scottl Exp $
d11 1
@


1.2
log
@Introduce the schedule for the 5.2 release.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.2R/Makefile,v 1.1 2003/04/26 03:24:36 rwatson Exp $
d11 1
d14 14
@


1.1
log
@Add Makefile for 5.2R notes; hook up to the main releases build.
@
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=	todo.sgml
@

