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.31;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	97.03.17.08.38.29;	author mbarkah;	state Exp;
branches;
next	1.1;

1.1
date	96.12.18.14.08.58;	author jkh;	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.2R/Makefile,v 1.3 2000/11/07 04:05:31 kuriyama Exp $

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

DOCS=	announce.sgml
DOCS+=	install-media.sgml
DOCS+=	notes.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 3
a12 1
DOCS=	announce.sgml install-media.sgml notes.sgml
@


1.2
log
@Various changes mainly that 2.2-RELEASE is out:

  o  Added 2.2-RELEASE information pages

  o  Updated sgml "latest" macros to 2.2-RELEASE

  o  Updated where.sgml page, deleted 2.2-GAMMA entry

  o  Shortened copyright mark to 1995-1997

  o  Changed Newsflash entries's Release Notes to
     use html versions when available; updated entry
     for 2.1.6 since 2.1.7 is available
@
text
@d1 9
d12 1
a12 1
.include "../../web.mk"
@


1.1
log
@Add newsflash announcement about 2.2's new media requirements, to be referenced
in the newsflash page.
Submitted by:	nsj & jkh
@
text
@d1 1
a1 1
DOCS=	install-media.sgml
@
