Now that we've finalized the release information, we need to publish this information to the general public. In order to accomplish this, you will want to commit any modified files and then run: make docs as shown below:
Figure 4.4. Building Next Release Documentation
[root@quesadilla fc2]#
nstcvs commit
... typical CVS output and comment editting ...
[root@quesadilla fc2]#
./configure --on-line-docs
... typical configure output (Look for ON_LINE_DOCS: true )...
[root@quesadilla fc2]#
make docs
... lots of output as documentation is built ...
[root@quesadilla fc2]#
At this point you should run make upload to initialize the web site(s) with news and the starting point of the next release.
Figure 4.5. Updating The Website(s)
[root@quesadilla fc2]#
make upload
... lots of FTP and rsync output as files are transferred ...
[root@quesadilla fc2]#