diff options
author | Nicolas R <atoomic@cpan.org> | 2019-12-20 21:29:34 -0700 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2019-12-20 21:29:34 -0700 |
commit | 9629ca9825880b772c8f5cddce293179b3e0d777 (patch) | |
tree | 2a168e9a7f5e72cce82123d813de7bcbadd16222 /Makefile.SH | |
parent | 6840bbf495a31c12e188e97c979f715ca0b32207 (diff) | |
download | perl-9629ca9825880b772c8f5cddce293179b3e0d777.tar.gz |
new perldelta for 5.31.8
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH index 27c66bdf3f..efb16b8346 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -589,7 +589,7 @@ esac $spitshell >>$Makefile <<'!NO!SUBS!' -perltoc_pod_prereqs = extra.pods pod/perl5317delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl5318delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) generated_headers = uudmap.h bitcount.h mg_data.h @@ -1153,9 +1153,9 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST $(MINIPERL) pod/perlmodlib.PL -q -pod/perl5317delta.pod: pod/perldelta.pod - $(RMS) pod/perl5317delta.pod - $(LNS) perldelta.pod pod/perl5317delta.pod +pod/perl5318delta.pod: pod/perldelta.pod + $(RMS) pod/perl5318delta.pod + $(LNS) perldelta.pod pod/perl5318delta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |