summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-12-21 00:44:56 +0000
committerNeil Bowers <neilb@neilb.org>2021-12-21 00:44:56 +0000
commit1ee7332fb750c57a8a0df8368c922d0d971d2761 (patch)
tree55a4eb120760c8d4eb64d1534c4cc4070d3ad085 /Makefile.SH
parent9ec008d95e55f7ea2d20162a72e458e14a475fa5 (diff)
downloadperl-1ee7332fb750c57a8a0df8368c922d0d971d2761.tar.gz
new perldelta for 5.35.8
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 e395f304db..95d140b40c 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -613,7 +613,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5357delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5358delta.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
@@ -1129,9 +1129,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/perl5357delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5357delta.pod
- $(LNS) perldelta.pod pod/perl5357delta.pod
+pod/perl5358delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5358delta.pod
+ $(LNS) perldelta.pod pod/perl5358delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`