]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modify the release-building process so the srelease distribution
authorBruce A. Mah <bmah@FreeBSD.org>
Fri, 28 Dec 2001 17:21:28 +0000 (17:21 +0000)
committerBruce A. Mah <bmah@FreeBSD.org>
Fri, 28 Dec 2001 17:21:28 +0000 (17:21 +0000)
commitfebbbc67277de0b9140415742d6e6d5604aa6f80
treea88eb8f17cd9be4e9209e999cbf84b38ddad3a16
parent1c393056e69fe924434d46551359dfa3a1d153ea
Modify the release-building process so the srelease distribution
doesn't get spammed by RELNOTESng files.

Previously, we built the RELNOTESng files "in place" and then
populated the media (e.g. floppy, cdrom, ftp) areas from the build
directories.  However, the distributions got rolled after the
RELNOTESng build, and thus picked up the rendered RELNOTESng files.

Now, we install the RELNOTESng documents to R/stage/release.doc, then
clean out the original directories in src/release/doc.  We use the
renditions in the staging area to populate the media areas.

PR: 33141
MFC after: 3 days
(plus re approval)
release/Makefile