summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-03 03:21:04 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-03 03:28:47 +0900
commit300b5357026d6cd1a136a68711c759d55c8d99b4 (patch)
tree359b4e823d0235dbf771ca0f589cf2411fc13064 /Porting
parent4e0160b3b24adeb8cb5529ead9df7eb97ddaf92b (diff)
downloadperl-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.pod1
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