diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-03 03:21:04 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-03 03:28:47 +0900 |
commit | 300b5357026d6cd1a136a68711c759d55c8d99b4 (patch) | |
tree | 359b4e823d0235dbf771ca0f589cf2411fc13064 /Porting | |
parent | 4e0160b3b24adeb8cb5529ead9df7eb97ddaf92b (diff) | |
download | perl-300b5357026d6cd1a136a68711c759d55c8d99b4.tar.gz |
Added another cleaning step to the release manager guide's build recipe
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 4044dd0866..86e8fe1804 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -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 |