From f967e0a32ea64e9858569b7e906de07bdd235816 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 31 Aug 2004 18:13:27 +0000 Subject: [PATCH] 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@ --- en/platforms/ia64/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/platforms/ia64/Makefile b/en/platforms/ia64/Makefile index 3ff31b0bbe..6024adb044 100644 --- a/en/platforms/ia64/Makefile +++ b/en/platforms/ia64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.1 2003/01/19 09:50:31 marcel Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -8,5 +8,6 @@ .endif DOCS= index.sgml machines.sgml refs.sgml todo.sgml +DATA= mckinley-die.png merced-die.png .include "${WEB_PREFIX}/share/mk/web.site.mk"