diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 11:07:14 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:48:51 +0100 |
commit | bab7aada2e9c0074c39ee39ffeb3b8e6c550b204 (patch) | |
tree | 3d9a82464e8ba8051eb574920c31a8e489de6ee8 /Cross/Makefile-cross-SH | |
parent | cde5101a7be11e27127dc4c214d749bb2cc993e6 (diff) | |
download | perl-bab7aada2e9c0074c39ee39ffeb3b8e6c550b204.tar.gz |
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.
Diffstat (limited to 'Cross/Makefile-cross-SH')
-rw-r--r-- | Cross/Makefile-cross-SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index ae9cf1f0df..6e1b49af44 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -332,10 +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 +pl = pod/pod2html.PL # lib/lib.pm is not listed here because it has a rule of its own. -plextract = pod/pod2html pod/pod2man pod/pod2text +plextract = pod/pod2html addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct |