diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-12 07:48:11 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-12 10:43:37 +0100 |
commit | e06a4ec414f8516a18499972a0684bab579fb6f5 (patch) | |
tree | 58a7adb7c3b8bef6ac1ef5e13f17b3f8d9203a7d /Makefile.SH | |
parent | 47f6eaac919f00308026ce7198c7c649288223ca (diff) | |
download | perl-e06a4ec414f8516a18499972a0684bab579fb6f5.tar.gz |
Add perl5114delta.pod
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0fba695224..755f36b688 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1013,8 +1013,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/perl5113delta.pod - $(LNS) perl5113delta.pod pod/perldelta.pod +pod/perldelta.pod: pod/perl5114delta.pod + $(LNS) perl5114delta.pod pod/perldelta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |