diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-04-29 19:24:32 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-04-29 19:24:32 +0000 |
| commit | b31c959ff3761c27dc0cfed925c04cdd4cfd195f (patch) | |
| tree | d7c305df9e21be910e3ac0686c10ef432a905978 | |
| parent | 688ad9f33667f317621a0caae11fe0d67bec6c18 (diff) | |
Notes
| -rw-r--r-- | release/doc/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release/doc/README b/release/doc/README index 6938523d4dff..cd7ed8b3507b 100644 --- a/release/doc/README +++ b/release/doc/README @@ -53,6 +53,14 @@ share/sgml/release.ent */readme/ Directory for (introductory) document. +If building the release notes "standalone" (in other words, not part +of a release), it may be necessary (depending on the relative +locations of the checked-out src/ and doc/ directories) to set the +DOC_PREFIX Makefile variable to point to the top directory of the doc/ +tree. For example: + + % make DOC_PREFIX=/usr/doc all + All definition of the "current" version of FreeBSD is contained in the share/sgml/release.ent file; release engineers should peruse the contents of this file carefully when doing version number bumps. |
