PATCH MakeMaker manpage clarification
Andreas König [Sun, 10 Dec 2000 20:46:13 +0000 (21:46 +0100)]
Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@8080

lib/ExtUtils/MakeMaker.pm

index 7edcfed..78175f9 100644 (file)
@@ -1519,10 +1519,11 @@ at Configure time.
 
 =item MAN3PODS
 
-Hashref of .pm and .pod files. MakeMaker will default this to all
- .pod and any .pm files that include POD directives. The files listed
-here will be converted to man pages and installed as was requested
-at Configure time.
+Hashref that assigns to *.pm and *.pod files the files into which the
+manpages are to be written. MakeMaker parses all *.pod and *.pm files
+for POD directives. Files that contain POD will be the default keys of
+the MAN3PODS hashref. These will then be converted to man pages during
+C<make> and will be installed during C<make install>.
 
 =item MAP_TARGET