diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-30 17:47:56 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-30 17:47:56 +0000 |
commit | 6c7deadb0866b9636eb897c945758dac97e87d25 (patch) | |
tree | 6dd196192c33af9bb752d87e605befca1ca0329e /Makefile.SH | |
parent | 0ad39044976812f3d7577556791797d57eb65d61 (diff) | |
download | perl-6c7deadb0866b9636eb897c945758dac97e87d25.tar.gz |
Add perl594delta
p4raw-id: //depot/perl@27010
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 6ee872b55c..d0db5c8a5c 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -806,7 +806,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/perl593delta.pod && cd pod && $(LNS) perl593delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc + -@test -f pod/perl594delta.pod && cd pod && $(LNS) perl594delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc 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` |