Skip to content

Commit 233f92c

Browse files
committed
release_managers_guide.pod: point out the --fix option to manisort
1 parent e00398b commit 233f92c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Porting/release_managers_guide.pod

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,16 @@ to the repository.
295295

296296
=item *
297297

298-
For any files that are gone, remove them from C<MANIFEST>, and use
298+
For any files that are gone, remove them from F<MANIFEST>, and use
299299
C<git rm> to tell git the files will be gone.
300300

301301
=item *
302302

303-
If the C<MANIFEST> file was changed in any of the previous steps, run
304-
C<perl Porting/manisort --output MANIFEST.sort; mv MANIFEST.sort MANIFEST>.
303+
If the F<MANIFEST> file was changed in any of the
304+
previous steps, run C<make manisort> which will sort the file, or you
305+
can manually run:
306+
307+
perl Porting/manisort --fix MANIFEST
305308

306309
=item *
307310

0 commit comments

Comments
 (0)