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


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

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

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

1.3
date	2002.11.19.00.41.51;	author bmah;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.18.21.25.54;	author bmah;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
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/DP2/Makefile,v 1.5 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+=	early-adopter.html
DATA+=	hardware-alpha.html
DATA+=	hardware-ia64.html
DATA+=	hardware-i386.html
DATA+=	hardware-pc98.html
DATA+=	hardware-sparc64.html
DATA+=	installation-alpha.html
DATA+=	installation-ia64.html
DATA+=	installation-i386.html
DATA+=	installation-pc98.html
DATA+=	installation-sparc64.html
DATA+=	readme.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-ia64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-sparc64.html

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

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


1.5
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/DP2/Makefile,v 1.4 2004/04/05 23:52:12 phantom Exp $
d36 2
@


1.4
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/DP2/Makefile,v 1.3 2002/11/19 00:41:51 bmah Exp $
d10 4
a13 3
DOCS=	hardware.sgml relnotes.sgml installation.sgml
DOCS+=	announce.sgml
# contents.sgml
a22 5
DATA+=	relnotes-alpha.html
DATA+=	relnotes-ia64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-sparc64.html
d29 5
a33 1
# DATA+=  cd1.txt cd2.txt cd3.txt cd4.txt
@


1.3
log
@Add 5.0-DP2 announce message and hook up to the Web build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/DP2/Makefile,v 1.2 2002/11/18 21:25:54 bmah Exp $
d32 1
@


1.2
log
@Connect 5.0-DP2/ia64 release documentation files to the Web site build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/5.0R/DP2/Makefile,v 1.1 2002/11/17 00:57:31 bmah Exp $
d11 1
a11 1
# DOCS+=	announce.sgml
@


1.1
log
@Glue and infrastructure for 5.0-DP2 release documentation.
@
text
@d1 1
a1 1
# $FreeBSD$
d18 1
d23 1
d28 1
@

