diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-09 10:32:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-09 10:32:06 +0000 |
commit | f6eae373eea5b82b52f1f0b35a663b690f50dd27 (patch) | |
tree | fad61ddc41ac89ad5a6ce89dabeaf246e415de8e /Makefile.SH | |
parent | 56a89353f5b8fc192aa1f98c713b302ac3f8f0f2 (diff) | |
download | perl-f6eae373eea5b82b52f1f0b35a663b690f50dd27.tar.gz |
Add perl595delta
p4raw-id: //depot/perl@28970
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 17e9fe7a68..b3db72ec0f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -859,7 +859,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/perl594delta.pod && cd pod && $(LNS) perl594delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc + -@test -f pod/perl595delta.pod && cd pod && $(LNS) perl595delta.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` |