diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 07:32:21 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:48:40 +0100 |
commit | cde5101a7be11e27127dc4c214d749bb2cc993e6 (patch) | |
tree | 2025e59f77db901cb47c4099f3761f2978ce1de3 /Cross | |
parent | bf07e08f68b96c7832e17dd5eb4eb32618be88d2 (diff) | |
download | perl-cde5101a7be11e27127dc4c214d749bb2cc993e6.tar.gz |
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.
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 6 |
1 files changed, 2 insertions, 4 deletions
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 |