diff --git a/en/releases/5.0R/Makefile b/en/releases/5.0R/Makefile index 2c708ab2f9..1d7d865819 100644 --- a/en/releases/5.0R/Makefile +++ b/en/releases/5.0R/Makefile @@ -1,14 +1,34 @@ -# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.3 2002/08/31 08:48:09 murray Exp $ +# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.4 2002/11/18 17:56:41 bmah Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= schedule.sgml todo.sgml +DOCS+= hardware.sgml relnotes.sgml installation.sgml + +DATA= docbook.css +DATA+= errata.html +DATA+= early-adopter.html +DATA+= hardware-alpha.html +DATA+= hardware-ia64.html +DATA+= hardware-i386.html +DATA+= hardware-pc98.html +DATA+= hardware-sparc64.html +DATA+= relnotes-alpha.html +DATA+= relnotes-ia64.html +DATA+= relnotes-i386.html +DATA+= relnotes-pc98.html +DATA+= relnotes-sparc64.html +DATA+= installation-alpha.html +DATA+= installation-ia64.html +DATA+= installation-i386.html +DATA+= installation-pc98.html +DATA+= installation-sparc64.html SUBDIR= DP1 DP2 .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/5.0R/hardware.sgml b/en/releases/5.0R/hardware.sgml new file mode 100644 index 0000000000..d616b51da2 --- /dev/null +++ b/en/releases/5.0R/hardware.sgml @@ -0,0 +1,29 @@ + + + + %includes; +]> + + &header; + +

The hardware notes for FreeBSD are customized for different + platforms, as some of the changes made to FreeBSD apply only to + specific processor architectures.

+ +

Hardware notes for FreeBSD 5.0-RELEASE are available for the following + platforms:

+ + + +

A list of all platforms currently under development can be found + on the Supported + Platforms page.

+ + diff --git a/en/releases/5.0R/installation.sgml b/en/releases/5.0R/installation.sgml new file mode 100644 index 0000000000..4c63b1efe3 --- /dev/null +++ b/en/releases/5.0R/installation.sgml @@ -0,0 +1,29 @@ + + + + %includes; +]> + + &header; + +

The installation notes for FreeBSD are customized for different + platforms, as some of the changes made to FreeBSD apply only to + specific processor architectures.

+ +

Installation notes for FreeBSD 5.0-RELEASE are available for the following + platforms:

+ + + +

A list of all platforms currently under development can be found + on the Supported + Platforms page.

+ + diff --git a/en/releases/5.0R/relnotes.sgml b/en/releases/5.0R/relnotes.sgml new file mode 100644 index 0000000000..372dc35eb7 --- /dev/null +++ b/en/releases/5.0R/relnotes.sgml @@ -0,0 +1,29 @@ + + + + %includes; +]> + + &header; + +

The release notes for FreeBSD are customized for different + platforms, as some of the changes made to FreeBSD apply only to + specific processor architectures.

+ +

Release notes for FreeBSD 5.0-RELEASE are available for the following + platforms:

+ + + +

A list of all platforms currently under development can be found + on the Supported + Platforms page.

+ +