summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJohn SJ Anderson <genehack@genehack.org>2017-09-20 15:16:51 -0700
committerJohn SJ Anderson <genehack@genehack.org>2017-09-20 15:16:51 -0700
commita8ba758dd5059433a645c02519c488320cd39cff (patch)
tree0d2cf80aebe96d50ddbc6f4774cacc934db9d5e6 /Makefile.SH
parent3fcc211da02f9e49ae24dde3fc1c984083e56691 (diff)
downloadperl-a8ba758dd5059433a645c02519c488320cd39cff.tar.gz
New perldelta for 5.27.5
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 37f3ff8829..730dcca9e1 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -570,7 +570,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5274delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5275delta.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
@@ -1120,9 +1120,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/perl5274delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5274delta.pod
- $(LNS) perldelta.pod pod/perl5274delta.pod
+pod/perl5275delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5275delta.pod
+ $(LNS) perldelta.pod pod/perl5275delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`