summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorDavid Golden <xdg@xdg.me>2015-12-21 18:07:32 -0500
committerDavid Golden <xdg@xdg.me>2015-12-21 18:07:32 -0500
commit054383b68b08969d7ce97cc1030c0c06dd05d05a (patch)
treeb14f52905118aee65f4beccbf7069a04d57eaf96 /Makefile.SH
parent1ad3b11b879b236ad90c0170c2ec933d03257d60 (diff)
downloadperl-054383b68b08969d7ce97cc1030c0c06dd05d05a.tar.gz
Create new perldelta.pod for v5.23.7
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 caba0367ed..ed95386422 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -504,7 +504,7 @@ mini_obj = $(minindt_obj) $(MINIDTRACE_O)
ndt_obj = $(obj0) $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
obj = $(ndt_obj) $(DTRACE_O)
-perltoc_pod_prereqs = extra.pods pod/perl5236delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5237delta.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
@@ -1064,9 +1064,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/perl5236delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5236delta.pod
- $(LNS) perldelta.pod pod/perl5236delta.pod
+pod/perl5237delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5237delta.pod
+ $(LNS) perldelta.pod pod/perl5237delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`