From bab7aada2e9c0074c39ee39ffeb3b8e6c550b204 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 5 Oct 2010 11:07:14 +0100 Subject: Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scripts Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places. --- Makefile.SH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index 4a828b04ad..1dec7838b0 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -443,9 +443,9 @@ 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 +pl = pod/pod2html.PL -plextract = pod/pod2html pod/pod2man pod/pod2text +plextract = pod/pod2html addedbyconf = UU $(shextract) $(plextract) pstruct -- cgit v1.2.1