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 /Makefile.SH | |
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 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 45ee6ecbd5..7eb9008270 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -443,10 +443,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/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 -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) pstruct |