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 /Makefile.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 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
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 |