We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00398b commit 233f92cCopy full SHA for 233f92c
Porting/release_managers_guide.pod
@@ -295,13 +295,16 @@ to the repository.
295
296
=item *
297
298
-For any files that are gone, remove them from C<MANIFEST>, and use
+For any files that are gone, remove them from F<MANIFEST>, and use
299
C<git rm> to tell git the files will be gone.
300
301
302
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>.
+If the F<MANIFEST> file was changed in any of the
+previous steps, run C<make manisort> which will sort the file, or you
305
+can manually run:
306
+
307
+ perl Porting/manisort --fix MANIFEST
308
309
310
0 commit comments