[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems delimiting the modules to be manified



Hi,

Am Montag, den 28.02.2005, 18:48 -0600 schrieb Gunnar Wolf:
>        MAN3PODS
>          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 "make" and will be
>          installed during "make install". 
> 
> ...But I have not been able to come up with a way to use this. I tried
> setting the file list to 1, to the destination name, to whatever, and
> I always get an error such as:
> 
> Makefile:883: *** multiple target patterns.  Stop.

Without checking, this sounds like 
MAN3PODS = {
	'foo/bar.pm' => 'Foo::Bar',
	'bar/geld.pm' => 'Bar::Geld',
}

for all pms you want mans for. Just a guess though.

nomeata
-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: joachimbreitner@amessage.de | http://people.debian.org/~nomeata



Reply to: