head	1.5;
access;
symbols
	HRS_XML_CLEANUP:1.4
	HRS_XML_CLEANUP_PRE:1.4
	EMILYBOYD_REDESIGN:1.4
	PRE_REDESIGN:1.4;
locks; strict;
comment	@# @;


1.5
date	2007.03.06.22.20.59;	author gabor;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2002.04.08.22.21.35;	author murray;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.05.22.30.14;	author bmah;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Work around the weird auto-detection of XML_MIRRORS in these directories.
  This change fixes 'make clean' if WITHOUT_DOC is unset.

Approved by:	keramida (mentor)
@
text
@# $FreeBSD: www/en/releases/5.0R/DP1/Makefile,v 1.4 2004/04/06 11:32:28 phantom Exp $

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

DOCS=	announce.sgml
DOCS+=	hardware.sgml
DOCS+=	installation.sgml
DOCS+=	relnotes.sgml

DATA=	docbook.css
DATA+=	errata.html
DATA+=	hardware-alpha.html
DATA+=	hardware-i386.html
DATA+=	hardware-sparc64.html
DATA+=	installation-alpha.html
DATA+=	installation-i386.html
DATA+=	installation-sparc64.html
DATA+=	readme.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-sparc64.html

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

XML_MIRRORS:=	${XML_MIRRORS:S@@en@@usr@@}
@


1.4
log
@Bring these Makefiles into same style of declarations.  Also sort
DOCS/DATA entries.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/DP1/Makefile,v 1.3 2004/04/05 23:52:12 phantom Exp $
d29 2
@


1.3
log
@Add missing html files into build queue.  Mostly readme.html and
installation-*.html were avoided.

Spoted by:	make checkmissing
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/DP1/Makefile,v 1.2 2002/04/08 22:21:35 murray Exp $
d10 4
a13 3
DOCS=	hardware.sgml relnotes.sgml installation.sgml
DOCS+=	announce.sgml
# contents.sgml
a19 3
DATA+=	relnotes-alpha.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-sparc64.html
d24 3
a26 1
# DATA+=  cd1.txt cd2.txt cd3.txt cd4.txt
@


1.2
log
@5.0 Developer Preview #1 is available.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/DP1/Makefile,v 1.1 2002/04/05 22:30:14 bmah Exp $
d25 1
@


1.1
log
@Stage the HTML rendition of the 5.0-DP1 release documentation, to
allow for some testing before the actual announcement.

These documents were generated from the 5_dp1 Perforce branch,
with the exception of the sparc64-specific documents, which were
generated from HEAD in CVS.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/4.5R/Makefile,v 1.6 2002/01/30 14:25:02 murray Exp $
d10 3
a12 2
DOCS=	hardware.sgml relnotes.sgml installation.sgml 
# DOCS+=	announce.sgml contents.sgml
@

