diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-18 04:17:01 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-20 14:07:11 +0200 |
commit | 587354ab2f424ee7d307ca410396fe3718e280c0 (patch) | |
tree | f351ec51c4512808e1764671b129d3b3c6fb2666 /Makefile.SH | |
parent | 5eefbcc7920d308a3bb4e71f3330bbbf1dde7bd1 (diff) | |
download | perl-587354ab2f424ee7d307ca410396fe3718e280c0.tar.gz |
update TOC and perldelta references
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 51529f40d4..5948f4dd1e 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1024,8 +1024,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/perldelta.pod: pod/perl5134delta.pod - $(LNS) perl5134delta.pod pod/perldelta.pod +pod/perldelta.pod: pod/perl5135delta.pod + $(LNS) perl5135delta.pod pod/perldelta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |