head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2008.01.18.20.11.12;	author bmah;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.18.18.39.33;	author bmah;	state Exp;
branches;
next	1.4;

1.4
date	2008.01.18.17.49.46;	author bmah;	state Exp;
branches;
next	1.3;

1.3
date	2008.01.18.17.05.08;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2008.01.17.16.13.58;	author hrs;	state Exp;
branches;
next	1.1;

1.1
date	2007.11.25.05.26.46;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Stage 6.3-RELEASE/powerpc release documentation to the Web site.
We'll be doing a follow-up announcement about this soon.
@
text
@# $FreeBSD: www/en/releases/6.3R/Makefile,v 1.5 2008/01/18 18:39:33 bmah Exp $

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

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

#FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rss
#FETCHCMD=  /usr/bin/fetch
#CLEANFILES+= news.rss stress.html

DATA+=	errata.html
DATA+=	hardware-alpha.html
DATA+=	hardware-amd64.html
DATA+=	hardware-i386.html
DATA+=	hardware-pc98.html
DATA+=	hardware-powerpc.html
DATA+=	hardware-sparc64.html
DATA+=	installation-alpha.html
DATA+=	installation-amd64.html
DATA+=	installation-i386.html
DATA+=	installation-pc98.html
DATA+=	installation-powerpc.html
DATA+=	installation-sparc64.html
DATA+=	readme.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-amd64.html
DATA+=	relnotes-i386.html
DATA+=	relnotes-pc98.html
DATA+=	relnotes-powerpc.html
DATA+=	relnotes-sparc64.html

DATA+=	docbook.css

#news.rss:
#	${FETCHCMD} ${FETCHFILE}

#stress.html: news.rss stress.xsl
#	${XSLTPROC} stress.xsl news.rss > stress.html

#todo.html: stress.html

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


1.5
log
@Commit preliminary version of 6.3-RELEASE announcement and hook up
to Web site build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.3R/Makefile,v 1.4 2008/01/18 17:49:46 bmah Exp $
d25 1
d31 1
d38 1
@


1.4
log
@Hook up 6.3 release documentation glue pages to the Web site build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.3R/Makefile,v 1.3 2008/01/18 17:05:08 hrs Exp $
d10 1
a10 1
#DOCS=	announce.sgml
@


1.3
log
@Remove ia64 docs.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.3R/Makefile,v 1.2 2008/01/17 16:13:58 hrs Exp $
d11 3
a13 3
#DOCS+=	relnotes.sgml
#DOCS+=	hardware.sgml
#DOCS+=	installation.sgml
@


1.2
log
@Add 6.3 release documentation.  Note that they are not hooked up
to the build yet.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/releases/6.3R/Makefile,v 1.1 2007/11/25 05:26:46 kensmith Exp $
a22 1
DATA+=	hardware-ia64.html
a27 1
DATA+=	installation-ia64.html
a33 1
DATA+=	relnotes-ia64.html
@


1.1
log
@From the hopefully-better-late-than-never department...  Basic framework
for the 6.3-REL schedule.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 5
a14 1
DOCS=	schedule.sgml
d20 22
a41 1
#DATA+=	docbook.css
@

