Connect the 4.7 release documentation set to the Web site build, so that
it gets installed in place before the release announcement. No links to these pages yet.
This commit is contained in:
parent
6d02f5611f
commit
22f827d6a5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14562
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.2 2002/09/02 08:26:24 murray Exp $
|
||||
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.4 2002/10/06 23:58:33 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,6 +7,11 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= schedule.sgml qa.sgml
|
||||
DOCS= hardware.sgml relnotes.sgml schedule.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