diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-10-25 05:56:57 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-25 12:56:33 +0000 |
commit | 0665918ffddc962cb92a35dea741be5562a7954b (patch) | |
tree | 89e5194a043c6ede19bf9c2b910354e53f95297b /ext/threads | |
parent | 0d76d1177dc2d3806624edeeb9ecf34e36a3fe08 (diff) | |
download | perl-0665918ffddc962cb92a35dea741be5562a7954b.tar.gz |
Omit needless calls to pod2man (perl@12641)
Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@12644
Diffstat (limited to 'ext/threads')
-rwxr-xr-x | ext/threads/Makefile.PL | 1 | ||||
-rwxr-xr-x | ext/threads/shared/Makefile.PL | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/threads/Makefile.PL b/ext/threads/Makefile.PL index 1ab8bc5e19..e2bf177fcf 100755 --- a/ext/threads/Makefile.PL +++ b/ext/threads/Makefile.PL @@ -17,6 +17,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'threads.pm', # retrieve abstract from module AUTHOR => 'Artur Bergman <artur@contiller.se>') : ()), + 'MAN3PODS' => {}, # Pods will be built by installman 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' # Insert -I. if you add *.h files later: diff --git a/ext/threads/shared/Makefile.PL b/ext/threads/shared/Makefile.PL index 8587906f41..3a4c6e38a4 100755 --- a/ext/threads/shared/Makefile.PL +++ b/ext/threads/shared/Makefile.PL @@ -16,6 +16,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'shared.pm', # retrieve abstract from module AUTHOR => 'Arthur Bergman <arthur@contiller.se>') : ()), + 'MAN3PODS' => {}, # Pods will be built by installman 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' # Insert -I. if you add *.h files later: |