summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2021-05-20 22:31:20 -0400
committerRicardo Signes <rjbs@semiotic.systems>2021-05-20 22:31:20 -0400
commit9623941f186878cffcb7dde805549ef54f37fd5f (patch)
tree8d70a1c2760006e456aaad87b5ec1e3a734adcb4 /Makefile.SH
parent7046cbc90d32e5abc3f052962c4322ccbc279257 (diff)
downloadperl-9623941f186878cffcb7dde805549ef54f37fd5f.tar.gz
perldelta: add a new delta for v5.35.1
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 682e9fdd81..b6bc86f6d7 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -589,7 +589,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5350delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5351delta.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/perl5350delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5350delta.pod
- $(LNS) perldelta.pod pod/perl5350delta.pod
+pod/perl5351delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5351delta.pod
+ $(LNS) perldelta.pod pod/perl5351delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`