diff options
author | David Mitchell <davem@iabyn.com> | 2011-05-18 15:59:00 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-05-18 15:59:00 +0100 |
commit | 066dc4d9061322fc2bcc1ae08c05d4ef354ac4ab (patch) | |
tree | 034fa4a956410c4bb3f65870ca838318e83e109f /Makefile.SH | |
parent | 34dc2ec0a2c3c8e031cef128a698b1b60c9b86e2 (diff) | |
download | perl-066dc4d9061322fc2bcc1ae08c05d4ef354ac4ab.tar.gz |
update TOC for perl5150delta
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 33f85050c9..5be2863dda 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -462,7 +462,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/perl5140delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl5150delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) Icwd = -Idist/Cwd -Idist/Cwd/lib @@ -1020,8 +1020,8 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST $(MINIPERL) $(Icwd) pod/perlmodlib.PL -q -pod/perl5140delta.pod: pod/perldelta.pod - $(LNS) perldelta.pod pod/perl5140delta.pod +pod/perl5150delta.pod: pod/perldelta.pod + $(LNS) perldelta.pod pod/perl5150delta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |