summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-18 18:21:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-18 18:21:32 +0000
commite0eb806da65d9c202cc8d19c8a8cd7a0cbeb7857 (patch)
tree72ed2dab90a77363d7c74f22d49171856dbea23c /Makefile.SH
parent17625bd2bf8805259796589d280425017e98f645 (diff)
downloadperl-e0eb806da65d9c202cc8d19c8a8cd7a0cbeb7857.tar.gz
Add a perl592delta.pod man page.
p4raw-id: //depot/perl@22530
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 811512d08e..2cd4173b24 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -761,7 +761,7 @@ extra.pods: miniperl$(EXE_EXT)
-@rm -f pod/perlvms.pod
-@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
-@rm -f pod/perldelta.pod
- -@test -f pod/perl591delta.pod && cd pod && $(LNS) perl591delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods
+ -@test -f pod/perl592delta.pod && cd pod && $(LNS) perl592delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods
extras.make: perl$(EXE_EXT)
-@test -s extras.lst && PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`