diff options
author | Dave Rolsky <autarch@urth.org> | 2009-10-30 11:13:10 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-30 12:44:51 -0400 |
commit | e2b41a3faa25b7d6b71238dab354ecf08ab6ad12 (patch) | |
tree | 2d757a334f55d7e55822587b15ad84c0c1ee54a1 /Cross | |
parent | 8502f9cc39a1533ac0df318cfddb3f253cb8e6d6 (diff) | |
download | perl-e2b41a3faa25b7d6b71238dab354ecf08ab6ad12.tar.gz |
remove all references to patching.pod
Diffstat (limited to 'Cross')
-rwxr-xr-x | Cross/Makefile-cross-SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 1dc91a3c6b..73d4454e4f 100755 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -822,7 +822,7 @@ install.html: all installhtml --splithead=pod/perlipc \ --splititem=pod/perlfunc \ --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \ - --ignore=Porting/Maintainers.pm,Porting/patching.pod,Porting/pumpkin.pod,Porting/repository.pod \ + --ignore=Porting/Maintainers.pm,Porting/pumpkin.pod,Porting/repository.pod \ --verbose |