summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-10-20 15:55:03 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2019-10-20 15:55:03 +0100
commit46a21c0a553a38838c8a47343b03e497a2edb397 (patch)
treefeaad657adeda588c369e432c1fc4bb8fe8778d6 /Makefile.SH
parentb05b70401158c9d7a6ab1afbf9fbc4d12879f267 (diff)
downloadperl-46a21c0a553a38838c8a47343b03e497a2edb397.tar.gz
Create new perldelta for 5.31.6
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 44cf79303c..1f677add36 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -589,7 +589,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5315delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5316delta.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/perl5315delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5315delta.pod
- $(LNS) perldelta.pod pod/perl5315delta.pod
+pod/perl5316delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5316delta.pod
+ $(LNS) perldelta.pod pod/perl5316delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`