In advance of the 4.9 release announcement, connect the release

documentation to the Web site build.
This commit is contained in:
Bruce A. Mah 2003-10-26 17:49:52 +00:00
parent 2eb980f5f8
commit 3d94068723
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18580

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/releases/4.9R/Makefile,v 1.1 2003/05/06 04:40:43 murray Exp $
# $FreeBSD: www/en/releases/4.9R/Makefile,v 1.2 2003/08/18 19:43:46 murray Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -7,6 +7,11 @@
.include "../Makefile.inc"
.endif
DOCS= schedule.sgml todo.sgml qa.sgml
DOCS= hardware.sgml relnotes.sgml schedule.sgml todo.sgml qa.sgml
DATA= docbook.css
DATA+= errata.html
DATA+= hardware-alpha.html hardware-i386.html
DATA+= relnotes-alpha.html relnotes-i386.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"