summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-10-04 18:11:13 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2009-10-04 18:11:13 +0200
commit115454352a978d4e8b08f627af1ad772bab2816b (patch)
tree1a53ff4d9edcdd0229098f252bab64f816013c2e /Makefile.SH
parent577f3cc60e634c69638318267d4ed3b7b0f48df5 (diff)
downloadperl-115454352a978d4e8b08f627af1ad772bab2816b.tar.gz
Run "cd pod ; ../perl -I../lib buildtoc --build-all"
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 150c60eeda..780aab50d8 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -994,8 +994,8 @@ pod/perlapi.pod 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/perl5110delta.pod
- $(LNS) perl5110delta.pod pod/perldelta.pod
+pod/perldelta.pod: pod/perl5111delta.pod
+ $(LNS) perl5111delta.pod pod/perldelta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`