summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2018-03-20 16:47:13 -0500
committerTodd Rinaldo <toddr@cpan.org>2018-03-20 16:47:13 -0500
commitbdd8ae1c565b7de4dbf14d9eaacf66a03c46bbfb (patch)
tree7007288c9aade258dc48fbef70f38238de181e84 /Makefile.SH
parent33639e64db2cfdd518ebb0f6b0ed8ac26c520a82 (diff)
downloadperl-bdd8ae1c565b7de4dbf14d9eaacf66a03c46bbfb.tar.gz
New Perldelta for 5.27.11
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 078f2b93ff..55298b25d0 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -575,7 +575,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl52710delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl52711delta.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
@@ -1125,9 +1125,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/perl52710delta.pod: pod/perldelta.pod
- $(RMS) pod/perl52710delta.pod
- $(LNS) perldelta.pod pod/perl52710delta.pod
+pod/perl52711delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl52711delta.pod
+ $(LNS) perldelta.pod pod/perl52711delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`