diff --git a/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile b/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile index 6a2ce3b868..92ecb5a512 100644 --- a/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile +++ b/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile @@ -1,15 +1,18 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= schedule.xml \ todo.xml -DATA= docbook.css +DATA= docbook.css \ + hardware.html \ + readme.html \ + relnotes.html .include "${DOC_PREFIX}/share/mk/web.site.mk"