summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-02-20 23:04:45 -0700
committerNicolas R <atoomic@cpan.org>2019-02-20 23:04:45 -0700
commit0e18d1c4bd7a390601db53f818f5eacd0f52500f (patch)
tree28bf34fb29ed30cfed3efbff422e1e7894b64fe7 /Makefile.SH
parent06b2753d36a63e8b98cfebb771fc9fccf81fb601 (diff)
downloadperl-0e18d1c4bd7a390601db53f818f5eacd0f52500f.tar.gz
New perldelta for 5.29.9
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 60d164738e..045d16816b 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -586,7 +586,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5298delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5299delta.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
@@ -1150,9 +1150,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/perl5298delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5298delta.pod
- $(LNS) perldelta.pod pod/perl5298delta.pod
+pod/perl5299delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5299delta.pod
+ $(LNS) perldelta.pod pod/perl5299delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`