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,28 +1,28 @@ -# $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" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif #DOCS= announce.sgml DOCS+= hardware.sgml DOCS+= installation.sgml DOCS+= relnotes.sgml DOCS+= qa.sgml 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"