diff options
-rw-r--r-- | Porting/release_managers_guide.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index ed378ba3dd..f11736c1f7 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -938,8 +938,8 @@ version numbers. Then commit the move and the new file. Now you need to update various tables of contents related to perldelta, most of which can be generated automatically. -Edit F<pod.lst>: add the entry for the new perlNNNdelta file (for the -previous version). +Edit F<pod.lst>: add the new entry for the perlNNNdelta file for the +current version (the file that will be symlinked to perldelta). Manually create a temporary link to the new delta file; normally this is done from the Makefile, but the Makefile is updated by buildtoc, and |