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/I18N | |
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/I18N')
-rw-r--r-- | ext/I18N/Langinfo/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/I18N/Langinfo/Makefile.PL b/ext/I18N/Langinfo/Makefile.PL index 2c211ccc87..5015fce5ea 100644 --- a/ext/I18N/Langinfo/Makefile.PL +++ b/ext/I18N/Langinfo/Makefile.PL @@ -12,6 +12,7 @@ WriteMakefile( 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' # Insert -I. if you add *.h files later: 'INC' => '', # e.g., '-I/usr/include/other' + 'MAN3PODS' => {}, # Pods will be built by installman # Without this the constants xs files are spotted, and cause rules to be # added to delete the similarly named C files, which isn't what we want. XS => {'Langinfo.xs' => 'Langinfo.c'}, |