diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-04-03 12:49:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-04-03 12:49:04 +0000 |
commit | 5f03e96f860bd5d31b2227865573de62701134d2 (patch) | |
tree | bba0ce2968767ba04b7b32c9b04558c9b0c89682 /Makefile.SH | |
parent | 2fe73b3269410a5e221e0fc828a6f8bd01f2caa6 (diff) | |
parent | 9ec26bd9beab1b3c385bfa1981766ac62a926a52 (diff) | |
download | perl-5f03e96f860bd5d31b2227865573de62701134d2.tar.gz |
Integrate from mainperl.
p4raw-id: //depot/cfgperl@3209
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 15758eb054..4ea0ca013e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -208,9 +208,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/pod2latex.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/pod2latex pod/pod2man pod/pod2text \ + pod/pod2usage pod/podchecker pod/podselect addedbyconf = UU $(shextract) $(plextract) pstruct |