Deleted Added
full compact
README (76082) README (76138)
1-*- text -*-
2RELNOTESng README
3Bruce A. Mah <bmah@freebsd.org>
1-*- text -*-
2RELNOTESng README
3Bruce A. Mah <bmah@freebsd.org>
4$FreeBSD: head/release/doc/README 76082 2001-04-27 21:28:02Z bmah $
4$FreeBSD: head/release/doc/README 76138 2001-04-29 19:24:32Z bmah $
5
6This is the top-level directory for RELNOTESng, a re-write of
7FreeBSD's *.TXT documentation files. They have been converted to
8DocBook, and versions of the documents can be now be built for various
9supported architectures. The output files can be rendered in any
10format supported by the FreeBSD Documentation Project (for example,
11ASCII text, PDF, PS, HTML).
12

--- 35 unchanged lines hidden (view full) ---

48 Directories for architecture-specific release notes files.
49
50*/errata/
51 Directory for errata document.
52
53*/readme/
54 Directory for (introductory) document.
55
5
6This is the top-level directory for RELNOTESng, a re-write of
7FreeBSD's *.TXT documentation files. They have been converted to
8DocBook, and versions of the documents can be now be built for various
9supported architectures. The output files can be rendered in any
10format supported by the FreeBSD Documentation Project (for example,
11ASCII text, PDF, PS, HTML).
12

--- 35 unchanged lines hidden (view full) ---

48 Directories for architecture-specific release notes files.
49
50*/errata/
51 Directory for errata document.
52
53*/readme/
54 Directory for (introductory) document.
55
56If building the release notes "standalone" (in other words, not part
57of a release), it may be necessary (depending on the relative
58locations of the checked-out src/ and doc/ directories) to set the
59DOC_PREFIX Makefile variable to point to the top directory of the doc/
60tree. For example:
61
62 % make DOC_PREFIX=/usr/doc all
63
56All definition of the "current" version of FreeBSD is contained in the
57share/sgml/release.ent file; release engineers should peruse the
58contents of this file carefully when doing version number bumps.
59
60When creating content for the architecture-dependent files, authors
61should use the arch= attribute to elements that are specific to a
62particular machine architecture. The value of this attribute should
63be a single word that indicates for which architecture the current

--- 25 unchanged lines hidden ---
64All definition of the "current" version of FreeBSD is contained in the
65share/sgml/release.ent file; release engineers should peruse the
66contents of this file carefully when doing version number bumps.
67
68When creating content for the architecture-dependent files, authors
69should use the arch= attribute to elements that are specific to a
70particular machine architecture. The value of this attribute should
71be a single word that indicates for which architecture the current

--- 25 unchanged lines hidden ---