projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4e0160b
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Porting/release_managers_guide.pod
b/Porting/release_managers_guide.pod
index
4044dd0
..
86e8fe1
100644
(file)
--- 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