1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Add a note on setting DOC_PREFIX when building release notes.

This commit is contained in:
Bruce A. Mah 2001-04-29 19:24:32 +00:00
parent 688ad9f336
commit b31c959ff3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76138

View File

@ -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.