From cde5101a7be11e27127dc4c214d749bb2cc993e6 Mon Sep 17 00:00:00 2001
From: Nicholas Clark <nick@ccl4.org>
Date: Tue, 5 Oct 2010 07:32:21 +0100
Subject: Move pod2usage.PL, podchecker.PL, podselect.PL into
 cpan/Pod-Parser/scripts

Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than
repeating the logic in (at least) 5 places.
---
 Cross/Makefile-cross-SH | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'Cross/Makefile-cross-SH')

diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index dfb2fd1d19..ae9cf1f0df 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -332,12 +332,10 @@ shextract = Makefile cflags config.h makeaperl makedepend \
 # Files to be built with variable substitution after miniperl is
 # available.  Dependencies handled manually below (for now).
 
-pl = pod/pod2html.PL pod/pod2man.PL pod/pod2text.PL \
-	pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
+pl = pod/pod2html.PL pod/pod2man.PL pod/pod2text.PL
 
 # lib/lib.pm is not listed here because it has a rule of its own.
-plextract = pod/pod2html pod/pod2man pod/pod2text \
-	pod/pod2usage pod/podchecker pod/podselect
+plextract = pod/pod2html pod/pod2man pod/pod2text
 
 addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
 
-- 
cgit v1.2.1