diff options
| -rw-r--r-- | release/doc/README | 7 | ||||
| -rw-r--r-- | release/texts/README | 22 |
2 files changed, 13 insertions, 16 deletions
diff --git a/release/doc/README b/release/doc/README index 39e8ffb93cd7..8a8165ae0862 100644 --- a/release/doc/README +++ b/release/doc/README @@ -99,10 +99,9 @@ element will be included. For example: <para arch="alpha">Alpha-specific text</para> -The currently-supported architectures are i386 and alpha. As of this -writing there is no mechanism for supporting multiple architectures -(i.e. arch="alpha,ia64"), but with some work in the stylesheets this -should be possible. +The currently-supported architectures are i386, alpha, sparc64, and +ia64. An element may appear for multiple architectures by specifying +a comma-separated list of architectures (i.e. arch="alpha,ia64"). When creating a translation, make a new directory under this directory with a language code (paralleling the DocProj directory diff --git a/release/texts/README b/release/texts/README index 6bf5f2b779fa..70986f8a409d 100644 --- a/release/texts/README +++ b/release/texts/README @@ -2,22 +2,20 @@ $FreeBSD$ The release notes and other documentation files formerly in this directory are now rendered from SGML as part of the release build. + +If you are a committer wishing to update the release documentation, +please edit the SGML files under src/release/doc/en_US.ISO8859-1/ or +send a message to freebsd-doc@FreeBSD.org with a plain-text +submission. + ASCII text versions appear on the floppy images (as before), while both ASCII and HTML versions are included in the CDROM and FTP directory trees. -Snapshots of the release documentation files for both FreeBSD -CURRENT -and 4-STABLE are (for now) available at: - -http://people.freebsd.org/~bmah/relnotes/ - -Eventually, these files will be integrated into the main FreeBSD Web -site as a part of the Web site build. +Renditions of the release documentation files for FreeBSD -CURRENT, +FreeBSD 4-STABLE, and selected releases are available at: -For more information, please see ../doc/README. +http://people.FreeBSD.org/~bmah/relnotes/ -If you are a committer wishing to add a release note entry or -otherwise wishing to update the release documentation, please edit the -SGML files under ../doc/ or send a message to freebsd-doc@freebsd.org -with a plain-text submission. +For more information, please see src/release/doc/README. |
