diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-07-22 18:50:31 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-07-22 18:50:31 +0000 |
commit | 0dfdcd8a63a82bd61087d84a6f130e03a4b20ed9 (patch) | |
tree | b436d4eb7b794a07a9dfe0c1337cc6073fd2bf45 /Makefile.SH | |
parent | 07e9b5fe62ade7e4e4cc0c5831de32c3edca1c63 (diff) | |
download | perl-0dfdcd8a63a82bd61087d84a6f130e03a4b20ed9.tar.gz |
Build the perldelta copying command for the main Unix makefile with
buildtoc, so that it doesn't get forgotten on version increments.
p4raw-id: //depot/perl@23155
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 29254091f0..e8fbf3e432 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -772,8 +772,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/perl592delta.pod && cd pod && $(LNS) perl592delta.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 # 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` |