Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
little fixes to release guide
  • Loading branch information
timo committed Feb 20, 2014
1 parent 2be58d0 commit 00252db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release_guide.pod
Expand Up @@ -160,7 +160,7 @@ Make sure any locally modified files have been pushed back to github.
Make sure everything compiles and runs from a known clean state:

$ make realclean
$ perl Configure.pl --gen-parrot
$ perl Configure.pl --gen-parrot --gen-moar --backends=ALL
$ make
$ make test
$ make stresstest
Expand Down Expand Up @@ -191,8 +191,8 @@ So please make a backup if you have any important data in there.
=item 12.

Unpack the tar file into another area, and test that it
builds and runs properly using the same process in step 8.
If there are any problems, fix them and go back to step 8.
builds and runs properly using the same process in step 10.
If there are any problems, fix them and go back to step 10.

=item 13.

Expand Down

0 comments on commit 00252db

Please sign in to comment.