diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-02 21:23:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-02 21:23:18 +0000 |
commit | efb12ca0ae2c1caa2957f5526a209e53e81f2ef8 (patch) | |
tree | 7678106af7f0cfc41bbfb5627257f0d2a424b752 /Makefile.SH | |
parent | 95470547e854df745a1dec3565d4ef1ed8634342 (diff) | |
download | perl-efb12ca0ae2c1caa2957f5526a209e53e81f2ef8.tar.gz |
various little goofs
p4raw-id: //depot/perl@3202
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 22f70aee7d..986181f72e 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 |