diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-02 15:12:24 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:48:30 +0100 |
commit | bf07e08f68b96c7832e17dd5eb4eb32618be88d2 (patch) | |
tree | 32b0b9a797062115919ccaa75551c04639b3354d /Cross | |
parent | 63a8c148fb474631561b77dca8d905d5fce9ab3c (diff) | |
download | perl-bf07e08f68b96c7832e17dd5eb4eb32618be88d2.tar.gz |
Move pod2latex.PL into its CPAN distribution directory.
Let ExtUtils::MakeMaker deal with running this extraction script, rather than
repeating the logic in (at least) 5 places.
Diffstat (limited to 'Cross')
-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 1a232a153d..dfb2fd1d19 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -332,11 +332,11 @@ 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/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \ +pl = pod/pod2html.PL pod/pod2man.PL pod/pod2text.PL \ pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL # lib/lib.pm is not listed here because it has a rule of its own. -plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \ +plextract = pod/pod2html pod/pod2man pod/pod2text \ pod/pod2usage pod/podchecker pod/podselect addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct |