diff --git a/en/platforms/ia64/Makefile b/en/platforms/ia64/Makefile index 329c5a0731..0fa99ccdb4 100644 --- a/en/platforms/ia64/Makefile +++ b/en/platforms/ia64/Makefile @@ -1,25 +1,25 @@ -# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.3 2004/09/25 17:36:31 marcel Exp $ +# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.4 2004/10/19 04:14:05 marcel Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= machines.sgml refs.sgml -DATA= mckinley-die.png merced-die.png +DATA= i2inside.png mckinley-die.png merced-die.png montecito-die.png _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 .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/platforms/ia64/i2inside.png b/en/platforms/ia64/i2inside.png new file mode 100644 index 0000000000..8de5b785ef Binary files /dev/null and b/en/platforms/ia64/i2inside.png differ diff --git a/en/platforms/ia64/montecito-die.png b/en/platforms/ia64/montecito-die.png new file mode 100644 index 0000000000..ca9d5e81ae Binary files /dev/null and b/en/platforms/ia64/montecito-die.png differ