update release steps
authorJosh Pelkey <jpelkey@gatech.edu>
Wed, 21 Apr 2010 15:59:25 -0400
changeset 6264 3489bfd795ab
parent 6263 d2bebb6a3b73
child 6265 af1246d5ec59
update release steps
doc/release_steps.txt
--- a/doc/release_steps.txt	Wed Apr 21 15:15:19 2010 -0400
+++ b/doc/release_steps.txt	Wed Apr 21 15:59:25 2010 -0400
@@ -94,10 +94,21 @@
      -- edit ~/bin/update-doxygen-release file and change RELEASE variable 
         to the right version number 
      -- run ~/bin/update-doxygen-release
-15. Final checks
+15. build release documentation
+   - if this is final release (not RC)
+     -- archive old release documentation in /var/www/html/docs/release 
+        by creating release specific folder and moving current 
+        documenation into this folder
+     -- from ns-3.x/doc, enter manual/ testing/ and tutorial directories 
+        and build the documentation using make
+     -- copy this newly created documentation into 
+        /var/www/html/docs/release making sure to copy only the 
+        necessary files
+16. Final checks
+   - check manual, testing, and tutorial documentation links
    - download tarball from web, build and run regression tests for as many
      targets as you can
    - download release from mercurial, build and run regression tests for as
      many targets as you can
    - test and verify until you're confident the release is solid.
-16. announce to ns-developers, with summary of release notes
+17. announce to ns-developers, with summary of release notes