Added another cleaning step to the release manager guide's build recipe
Jesse Vincent [Fri, 2 Oct 2009 18:21:04 +0000 (03:21 +0900)]
Porting/release_managers_guide.pod

index 4044dd0..86e8fe1 100644 (file)
@@ -502,6 +502,7 @@ Check that the manifest is sorted and correct:
 
     $ make manisort
     $ make distclean
+    $ git clean -xdf # This shouldn't be necessary if distclean is correct
     $ perl Porting/manicheck
     $ git status