summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2023-02-20 13:03:23 -0800
committerKaren Etheridge <ether@cpan.org>2023-02-20 13:09:55 -0800
commit9865eed8fbc97d1371ced4169fcb72c362682824 (patch)
treeb78cb98c58bb93d947971e6e5c407b0ba619b25c /Makefile.SH
parent70317a424989be263127b5cd85406e078f572606 (diff)
downloadperl-9865eed8fbc97d1371ced4169fcb72c362682824.tar.gz
Generate new perldelta for 5.37.10
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 f39643eaab..d1aa10a91b 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -622,7 +622,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5379delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl53710delta.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
@@ -1139,9 +1139,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/perl5379delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5379delta.pod
- $(LNS) perldelta.pod pod/perl5379delta.pod
+pod/perl53710delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl53710delta.pod
+ $(LNS) perldelta.pod pod/perl53710delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`