summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-05-27 20:40:56 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-27 20:46:59 -0400
commit9f2eb154f71cb9166e386239d3c5b1e6b067ba30 (patch)
tree9c203e923a6048f2af5f0d13022dba649afe57b9 /Makefile.SH
parente0fe22bd0d4b4578774a7d838194e79b7ed3633e (diff)
downloadperl-9f2eb154f71cb9166e386239d3c5b1e6b067ba30.tar.gz
perldelta: create perldelta for 5.37.0
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 efeb8d6d23..21bf395e26 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -613,7 +613,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5360delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5370delta.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
@@ -1130,9 +1130,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/perl5360delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5360delta.pod
- $(LNS) perldelta.pod pod/perl5360delta.pod
+pod/perl5370delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5370delta.pod
+ $(LNS) perldelta.pod pod/perl5370delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`