Difference between revisions of "Commit and Publish HTML Updates"

From NST Wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
  ... typical commit output and comment editing ...
 
  ... typical commit output and comment editing ...
 
    
 
    
  [root@nst-dev-32 repo]# make html-build-upload SFUSER=YOUR_SF_ACCOUNT_ID
+
  [root@nst-dev-32 repo]# make docs-build-upload
 
   
 
   
 
  ... lots of output as documentation is built ...
 
  ... lots of output as documentation is built ...
 
    
 
    
 
  [root@nst-dev-32 repo]#
 
  [root@nst-dev-32 repo]#

Latest revision as of 11:11, 13 April 2013

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 docs-build-upload

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