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.24;	author phantom;	state Exp;
branches;
next	1.3;

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

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

1.1
date	96.11.20.14.15.51;	author jfieber;	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.1.6R/Makefile,v 1.3 2000/11/07 04:05:26 kuriyama Exp $

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

DOCS=	announce.sgml
DOCS+=	notes.sgml
DOCS+=	security.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 notes.sgml security.sgml
@


1.2
log
@Reflect recent 2.1.6 security concerns on the web pages.

   1) Made a short /releases/2.1.6R/security.sgml.
   2) 2.1.6R links to ftp.freebsd.org gets the above file instead.
   3) Added newsflash entry.
@
text
@d1 9
d12 1
a12 1
.include "../../web.mk"
@


1.1
log
@2.1.6R is now the latest release, not 2.1.5R.
@
text
@d1 1
a1 1
DOCS=	announce.sgml notes.sgml
@
