summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-11-20 22:37:45 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-11-20 22:37:45 +0000
commit65c3f0501f7156908aa3fff93ba293d3da86c340 (patch)
treee40d20f37e72b9a6a04d46ca38aeb8556a0c12fa /Makefile.SH
parent0b5a5c76965a1bd1c2348fac12afcc723f8fff01 (diff)
downloadperl-65c3f0501f7156908aa3fff93ba293d3da86c340.tar.gz
new perldelta for v5.31.7
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 1f677add36..27c66bdf3f 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -589,7 +589,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5316delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5317delta.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/perl5316delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5316delta.pod
- $(LNS) perldelta.pod pod/perl5316delta.pod
+pod/perl5317delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5317delta.pod
+ $(LNS) perldelta.pod pod/perl5317delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`