head	1.2;
access;
symbols
	HRS_XML_CLEANUP:1.2
	HRS_XML_CLEANUP_PRE:1.2
	EMILYBOYD_REDESIGN:1.2
	PRE_REDESIGN:1.2
	XML_XSL_XP:1.1.0.2
	XML_XSL_XP_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.04.06.11.32.27;	author phantom;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD: www/en/releases/4.3R/Makefile,v 1.1 2001/04/21 07:58:32 jkh Exp $

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

DOCS=	announce.sgml
DOCS+=	errata.sgml
DOCS+=	notes.sgml

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


1.1
log
@Add all the stuff for 4.3-RELEASE in advance since it takes time for
the web server to update itself and get replicated.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.2R/Makefile,v 1.1 2000/11/21 20:40:39 jkh Exp $
d10 3
a12 1
DOCS=	announce.sgml notes.sgml errata.sgml
@

