summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2021-04-20 18:59:37 -0500
committerTodd Rinaldo <toddr@cpan.org>2021-04-20 19:25:07 -0500
commit3842581a2c1d4fb928305b10091703fa34099ddf (patch)
tree4daa286feef1b948f2b6ae8f33c8c3bc2cff0bef /Makefile.SH
parent1bcdf8592ddb54cd138f352daab7a3d392c7f0a3 (diff)
downloadperl-3842581a2c1d4fb928305b10091703fa34099ddf.tar.gz
new perldelta for 5.33.10
5.33.10 isn't going to happen but it looks like we bump to the bogus release and THEN switch to RC1.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 3225c85d76..fcb5ec8273 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -589,7 +589,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5339delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl53310delta.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/perl5339delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5339delta.pod
- $(LNS) perldelta.pod pod/perl5339delta.pod
+pod/perl53310delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl53310delta.pod
+ $(LNS) perldelta.pod pod/perl53310delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`