Commit and Publish HTML Updates

From NST Wiki
Revision as of 10:12, 28 February 2012 by Rwh (talk | contribs)
Jump to navigationJump to search

Now that you have finalized the release information, you need to publish this information for the general public. In order to accomplish this, you will want to commit any modified files and then run: make docs-build-upload as shown below:

[root@nst-dev-32 repo]# svn commit

... typical commit output and comment editing ...
 
[root@nst-dev-32 repo]# make html-build-upload

... lots of output as documentation is built ...
 
[root@nst-dev-32 repo]#