summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-07-23 23:00:47 +0100
committerKarl Williamson <khw@cpan.org>2021-07-24 05:47:21 -0700
commit9e71a8df6ef30a713d49c0bda5b46fdbf62dbe45 (patch)
treed29b4afea502a34ea7f1f9a69377dfd5565a3171 /Makefile.SH
parent907eab3fe07b8209285bae8aea08c8592f05fd2b (diff)
downloadperl-9e71a8df6ef30a713d49c0bda5b46fdbf62dbe45.tar.gz
new perldelta for 5.35.3
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 4eeac8f0e6..a595c4e4ec 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -588,7 +588,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5352delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5353delta.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
@@ -1152,9 +1152,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/perl5352delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5352delta.pod
- $(LNS) perldelta.pod pod/perl5352delta.pod
+pod/perl5353delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5353delta.pod
+ $(LNS) perldelta.pod pod/perl5353delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`