Author: coke
Date: Tue Apr 17 05:40:20 2007
New Revision: 18263

Modified:
   trunk/   (props changed)
   trunk/docs/project/release_manager_guide.pod

Log:
[docs] make sure html is run once as part of the release cycle to catch moved 
files...


Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod        (original)
+++ trunk/docs/project/release_manager_guide.pod        Tue Apr 17 05:40:20 2007
@@ -79,7 +79,8 @@
 
  $ make realclean
  $ perl Configure.pl ...
- $ make -s all world fulltest # Note that fulltest runs separate harnesses..
+ $ make -s all world fulltest html
+ # Note that fulltest runs separate harnesses..
 
 =back
 

Reply via email to