diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-06-13 13:53:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-06-13 14:08:11 +0100 |
commit | 1e2f36ef3d3f4de76635fcfba782b45ccf3fc578 (patch) | |
tree | a908f78a219bd2459d5ae8bd6b283cd1be5a3ae4 /Porting | |
parent | f475b4a222a89913b6128bc61be0f462b60e79a3 (diff) | |
download | perl-1e2f36ef3d3f4de76635fcfba782b45ccf3fc578.tar.gz |
Eliminate the regen_pods target from pod/Makefile, and references to it.
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/pumpkin.pod | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 4dbbaa108d..fa13db6a44 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -505,7 +505,8 @@ Note that in the old days, you had to do C<make run_byacc> instead. =head2 make regen_all -This target takes care of the regen_headers, and regen_pods targets. +This target takes care of the regen_headers target. +(It used to also call the regen_pods target, but that has been eliminated.) =head2 make regen_headers @@ -532,10 +533,6 @@ and effort by manually running C<make regen_headers> myself rather than answering all the questions and complaints about the failing command. -=head2 make regen_pods - -Will run `make regen_pods` in the pod directory for indexing. - =head2 global.sym, interp.sym and perlio.sym Make sure these files are up-to-date. Read the comments in these |