summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-04-12 23:03:05 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-04-12 23:04:09 -0400
commit20d572319ce8b690b7b68fec6b58f8ac07b1d362 (patch)
tree0345bccc27129527b17c53e2e7bd645bf2f28108 /Makefile.SH
parent6d52c880307229a35c23215c596700e716bd7c32 (diff)
downloadperl-20d572319ce8b690b7b68fec6b58f8ac07b1d362.tar.gz
Create a perl5130delta.pod
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 9e9105b2d7..cbb4bc8c3f 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/perl5120delta.pod
- $(LNS) perl5120delta.pod pod/perldelta.pod
+pod/perldelta.pod: pod/perl5130delta.pod
+ $(LNS) perl5130delta.pod pod/perldelta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`