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 /Makefile.SH | |
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 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH index 7eb9008270..4a828b04ad 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -443,11 +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 \ - pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL +pl = pod/pod2html.PL pod/pod2man.PL pod/pod2text.PL -plextract = pod/pod2html pod/pod2man pod/pod2text \ - pod/pod2usage pod/podchecker pod/podselect +plextract = pod/pod2html pod/pod2man pod/pod2text addedbyconf = UU $(shextract) $(plextract) pstruct |