summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2019-05-25 00:32:42 +0300
committerSawyer X <xsawyerx@cpan.org>2019-05-25 00:32:42 +0300
commit8583a61b798511d32be6f59b776411c9645319a5 (patch)
tree363c29ef7279859959d3608cdc1dd916606db5fd /Makefile.SH
parentb2cc74ec47a196c4d7a6e441616233607cf5453a (diff)
downloadperl-8583a61b798511d32be6f59b776411c9645319a5.tar.gz
Fix perldelta from 5.30.1 to 5.31.0:
perldelta was accidentally set to 5.30.1 instead of 5.31.0. Hopefully this commit should fix it, along with the correction of the symlink in pod/.
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 b8491f87f1..c417012bc1 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -586,7 +586,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5301delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5310delta.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
@@ -1150,9 +1150,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/perl5301delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5301delta.pod
- $(LNS) perldelta.pod pod/perl5301delta.pod
+pod/perl5310delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5310delta.pod
+ $(LNS) perldelta.pod pod/perl5310delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`