head	1.6;
access;
symbols
	HRS_XML_CLEANUP:1.6
	HRS_XML_CLEANUP_PRE:1.6
	EMILYBOYD_REDESIGN:1.6
	PRE_REDESIGN:1.6
	XML_XSL_XP:1.4.0.2
	XML_XSL_XP_BP:1.4;
locks; strict;
comment	@# @;


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

1.5
date	2001.10.21.23.21.27;	author bmah;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	2001.09.19.08.20.45;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD: www/en/releases/4.4R/Makefile,v 1.5 2001/10/21 23:21:27 bmah Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	announce.sgml
DOCS+=	hardware.sgml
DOCS+=	notes.sgml

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

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


1.5
log
@Commit the hardware notes for 4.4-RELEASE to the Web tree, with
appropriate infrastructure changes and pointers from the appropriate
places.  (With RELNOTESng, the hardware notes are no longer duplicated
in the release notes; they're a separate document.)

Suggested by:	Jed Clear <clear@@alum.mit.edu>
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.4R/Makefile,v 1.4 2001/09/20 16:48:56 bmah Exp $
d10 3
a12 1
DOCS=	announce.sgml hardware.sgml notes.sgml
@


1.4
log
@Make available both the i386 and alpha release notes for 4.4-RELEASE.

Suggested by:	wilko, nik
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.4R/Makefile,v 1.3 2001/09/20 00:15:00 bmah Exp $
d10 1
a10 1
DOCS=	announce.sgml notes.sgml
d14 2
@


1.3
log
@Use an already-rendered HTML version of the errata file, rather than
a text file dropped in the middle of SGML.  It looks a little nicer
(at the expense of the FreeBSD banner on the top of the page), but
more importantly it'll be much easier to just drop future errata updates
in place.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.4R/Makefile,v 1.2 2001/09/19 19:43:18 bmah Exp $
d14 2
@


1.2
log
@Oops.  Remember to hook up docbook.css to the Web site build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.4R/Makefile,v 1.1 2001/09/19 08:20:45 jkh Exp $
d10 2
a11 1
DOCS=	announce.sgml notes.sgml errata.sgml
d13 1
@


1.1
log
@Update web pages now so that they have a chance to rebuild and sync-up
by the time the official announcements go out.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.4R/Makefile,v 1.1 2001/04/21 07:58:32 jkh Exp $
d11 1
@

