diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-04 18:11:13 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-04 18:11:13 +0200 |
commit | 115454352a978d4e8b08f627af1ad772bab2816b (patch) | |
tree | 1a53ff4d9edcdd0229098f252bab64f816013c2e /Makefile.SH | |
parent | 577f3cc60e634c69638318267d4ed3b7b0f48df5 (diff) | |
download | perl-115454352a978d4e8b08f627af1ad772bab2816b.tar.gz |
Run "cd pod ; ../perl -I../lib buildtoc --build-all"
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 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` |