summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-03-21 22:04:26 +0200
committerSawyer X <xsawyerx@cpan.org>2020-04-09 17:28:15 +0300
commite11072e08116ca37e77aba06b913ef2594dab365 (patch)
treea1a2dc4de01a7b169a46d5e4537d1cc18c115e68 /Makefile.SH
parentca852dbb2ad4ea6c84d51ea70cc0ccff3794be3c (diff)
downloadperl-e11072e08116ca37e77aba06b913ef2594dab365.tar.gz
Bump back to 5.31.11, if we need to release it
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 f77f170a0c..d92ce6187d 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -589,7 +589,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5320delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl53111delta.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/perl5320delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5320delta.pod
- $(LNS) perldelta.pod pod/perl5320delta.pod
+pod/perl53111delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl53111delta.pod
+ $(LNS) perldelta.pod pod/perl53111delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`