Commit and Publish HTML Updates: Difference between revisions
From MediaWiki
Jump to navigationJump to search
(New page: 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 an...) |
No edit summary |
||
Line 1: | Line 1: | ||
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''' as shown below: | 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''' as shown below: | ||
[root@nst-dev-32 repo]# | [root@nst-dev-32 repo]# svn commit | ||
... typical | ... typical commit output and comment editting ... | ||
[root@nst-dev-32 repo]# ./configure --on-line-docs | [root@nst-dev-32 repo]# ./configure --on-line-docs |
Revision as of 17:39, 18 October 2009
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 as shown below:
[root@nst-dev-32 repo]# svn commit ... typical commit output and comment editting ... [root@nst-dev-32 repo]# ./configure --on-line-docs ... typical configure output (Look for ON_LINE_DOCS: true )... [root@nst-dev-32 repo]# make docs ... lots of output as documentation is built ... [root@nst-dev-32 repo]#
At this point you upload the updated documentation to the web site(s):
[root@nst-dev-32 repo]# make upload ... lots of FTP and rsync output as files are transferred ... [root@nst-dev-32 repo]#