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


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

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

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

1.1
date	2002.08.14.15.34.38;	author bmah;	state Exp;
branches;
next	;


desc
@@


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

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

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


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/4.6.2R/Makefile,v 1.2 2002/08/15 20:28:43 murray Exp $
d10 3
a12 3
DOCS=	hardware.sgml relnotes.sgml
DOCS+=	announce.sgml
# contents.sgml
d16 2
a17 2
DATA+=	hardware-alpha.html hardware-i386.html
DATA+=	relnotes-alpha.html relnotes-i386.html
d19 2
a20 1
#DATA+=	cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
@


1.2
log
@Connect announcement to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.6.2R/Makefile,v 1.1 2002/08/14 15:34:38 bmah Exp $
d18 1
@


1.1
log
@Commit the 4.6.2 release documentation to the Web site.

These files are subject to change until an official release announcement
from the RE team is posted.
@
text
@d1 1
a1 1
# $FreeBSD$
d11 2
a12 1
#DOCS+=	announce.sgml contents.sgml
@

