From: Jarkko Hietaniemi Date: Fri, 22 Aug 2003 13:04:47 +0000 (+0000) Subject: Rafael spotted that vms/perlvms.pod was still referred to. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e02e71e5b7836fe4f23c146fb141cf18f3677b3;p=p5sagit%2Fp5-mst-13.2.git Rafael spotted that vms/perlvms.pod was still referred to. p4raw-id: //depot/perl@20831 --- diff --git a/Makefile.SH b/Makefile.SH index 2245f6e..a721609 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -759,8 +759,6 @@ extra.pods: miniperl$(EXE_EXT) cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \ echo "pod/perl"$$nx".pod" >> extra.pods ; \ done - -@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 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`