This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Added another cleaning step to the release manager guide's build recipe
authorJesse Vincent <jesse@bestpractical.com>
Fri, 2 Oct 2009 18:21:04 +0000 (03:21 +0900)
committerJesse Vincent <jesse@bestpractical.com>
Fri, 2 Oct 2009 18:28:47 +0000 (03:28 +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