Index: head/en_US.ISO8859-1/htdocs/releases/10.1R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.1R/Makefile (revision 45710) +++ head/en_US.ISO8859-1/htdocs/releases/10.1R/Makefile (revision 45711) @@ -1,15 +1,19 @@ # $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 \ + errata.html \ + hardware.html \ + readme.html \ + relnotes.html .include "${DOC_PREFIX}/share/mk/web.site.mk"