diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 14:19:08 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 14:19:08 +0100 |
commit | 33c64ab22a4a0f496017dca0dbf7da214054ffdd (patch) | |
tree | 416dceffd9c527d969e002834be48111b8993aeb /Cross/Makefile-cross-SH | |
parent | bab7aada2e9c0074c39ee39ffeb3b8e6c550b204 (diff) | |
download | perl-33c64ab22a4a0f496017dca0dbf7da214054ffdd.tar.gz |
Move pod2html.PL into ext/Pod-Html
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 6e1b49af44..b4be56f001 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 +pl = # lib/lib.pm is not listed here because it has a rule of its own. -plextract = pod/pod2html +plextract = addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct |