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


1.3
date	2004.04.06.11.32.26;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.07.04.05.35;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.16.01.40.37;	author jim;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@# $FreeBSD: www/en/releases/4.0R/Makefile,v 1.2 2000/11/07 04:05:35 kuriyama 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.2
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 errata.sgml
@


1.1
log
@Whoops, forgot this in my last commit.
@
text
@d1 9
d12 1
a12 1
.include "../../web.mk"
@

