In advance of the 4.9 release announcement, connect the release
documentation to the Web site build.
This commit is contained in:
parent
2eb980f5f8
commit
3d94068723
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18580
1 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue