From e0fd5be89b60daad9b8ddd2ad2769d7e57384138 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 26 May 2004 23:29:21 +0000 Subject: [PATCH] Hook up the release documentation to the build. --- en/releases/4.10R/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/en/releases/4.10R/Makefile b/en/releases/4.10R/Makefile index 0557800b17..d2a94c37a0 100644 --- a/en/releases/4.10R/Makefile +++ b/en/releases/4.10R/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/releases/4.10R/Makefile,v 1.2 2004/04/06 11:32:27 phantom Exp $ +# $FreeBSD: www/en/releases/4.10R/Makefile,v 1.3 2004/05/25 22:04:38 hrs Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -16,13 +16,13 @@ DOCS+= schedule.sgml DOCS+= todo.sgml DATA= docbook.css -#DATA+= errata.html -#DATA+= hardware-alpha.html -#DATA+= hardware-i386.html -#DATA+= installation-alpha.html -#DATA+= installation-i386.html -#DATA+= readme.html -#DATA+= relnotes-alpha.html -#DATA+= relnotes-i386.html +DATA+= errata.html +DATA+= hardware-alpha.html +DATA+= hardware-i386.html +DATA+= installation-alpha.html +DATA+= installation-i386.html +DATA+= readme.html +DATA+= relnotes-alpha.html +DATA+= relnotes-i386.html .include "${WEB_PREFIX}/share/mk/web.site.mk"