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


1.6
date	2005.09.18.04.33.46;	author hrs;	state Exp;
branches;
next	1.5;

1.5
date	2005.05.25.03.33.45;	author marcel;	state Exp;
branches;
next	1.4;

1.4
date	2004.10.19.04.14.05;	author marcel;	state Exp;
branches;
next	1.3;

1.3
date	2004.09.25.17.36.31;	author marcel;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.31.18.13.27;	author marcel;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.19.09.50.31;	author marcel;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Introduce doc.xml.mk and XMLDOC variable to simplify build
of XML docs.  Note that XML catalog support is still incomplete.
@
text
@# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.5 2005/05/25 03:33:45 marcel Exp $

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

DOCS=	machines.sgml refs.sgml
DATA=	i2inside.png mckinley-die.png merced-die.png montecito-die.png

XMLDOCS=	index::news.xml:
XMLDOCS+=	todo::news.xml:

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


1.5
log
@o  Add a photo of the dual-core, dual-threaded Montecito die.
o  Add the Itanium 2 inside logo.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.4 2004/10/19 04:14:05 marcel Exp $
d13 2
a14 11
_GEN=	index.html todo.html

DATA+=	${_GEN}
CLEANFILES+= ${_GEN}

.SUFFIXES: .xsl .html
.xsl.html: news.xml
	${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o ${.TARGET} ${.ALLSRC}
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif
@


1.4
log
@Also build todo.html from XSL instead of SGML. This allows us to put
the Merced die in the upper right corner, like for index.html.
No content change.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.3 2004/09/25 17:36:31 marcel Exp $
d11 1
a11 1
DATA=	mckinley-die.png merced-die.png
@


1.3
log
@Switch to XSL for two reasons:
1. It allows us to put the McKinley die in the upper right corner of
   the page and thus make it part of the header. This is aesthetically
   more pleasing.
2. It makes it easier for us to add news entries.

Aside for point 1, the page is still the same as the previous index.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.2 2004/08/31 18:13:27 marcel Exp $
d10 1
a10 1
DOCS=	machines.sgml refs.sgml todo.sgml
d13 1
a13 1
_GEN=	index.html
d18 2
a19 1
index.html: index.xsl news.xml
@


1.2
log
@Add a photomicrograph of the McKinley die to the index page and an
annotated photomicrograph of the Merced die to the todo page. The
images were found on the web and were not explicitly copyrighted.

Pointed out by: pav@@
@
text
@d1 1
a1 1
# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.1 2003/01/19 09:50:31 marcel Exp $
d10 1
a10 1
DOCS=	index.sgml machines.sgml refs.sgml todo.sgml
d12 11
@


1.1
log
@New ia64 project pages. Not yet hooked up...
@
text
@d1 1
a1 1
# $FreeBSD$
d11 1
@

