I've also applied this corresponding web page update. diff --git a/htdocs/releasing.html b/htdocs/releasing.html index 5d08550c..48853f9c 100644 --- a/htdocs/releasing.html +++ b/htdocs/releasing.html @@ -89,9 +89,9 @@ the main web page, and add a proper news item there as well.</li> and add a link from the main <code>buildstat.html</code> page.</li> <li>Generate online documentation for the new release with -<code>update_web_docs_svn</code>. The appropriate command to run (as gccadmin) -to generate the documentation would be <code>scripts/update_web_docs_svn --rgcc_3_0_2_release -dgcc-3.0.2</code> (with the current version +<code>update_web_docs_git</code>. The appropriate command to run (as gccadmin) +to generate the documentation would be <code>scripts/update_web_docs_git +-r3.0.2 -dgcc-3.0.2</code> (with the current version number inserted). Link to it from <code>onlinedocs/index.html</code> (but don't break URLs to documentation for previous releases even if you remove the links to it). Create additionally
-- Joseph S. Myers jos...@codesourcery.com