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


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

1.3
date	2000.11.07.04.05.29;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	97.07.26.01.51.18;	author nsj;	state Exp;
branches;
next	1.1;

1.1
date	97.07.26.01.30.21;	author nsj;	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/2.2.2R/Makefile,v 1.3 2000/11/07 04:05:29 kuriyama Exp $

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

DOCS=	notes.sgml
DOCS+=	errata.sgml

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


1.3
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 2
a11 1
DOCS=	notes.sgml errata.sgml
@


1.2
log
@Add a link for the 2.2.2-R errata sheet.
@
text
@d1 9
d12 1
a12 1
.include "../../web.mk"
@


1.1
log
@Added a release directory for 2.2.2R.  Made current the releases/index file.
@
text
@d1 1
a1 1
DOCS=	notes.sgml
@
