Changeset 405 in ProjectBuilder for devel/pb/Makefile.PL


Ignore:
Timestamp:
Apr 20, 2008, 1:59:47 PM (16 years ago)
Author:
Bruno Cornec
Message:

Split again function in modules to allow for usage with pbinit and easier reuse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/Makefile.PL

    r403 r405  
    1818    EXE_FILES     => [ qw( bin/pb bin/pbg bin/pbvi ) ],
    1919    MAN1PODS      => { 'bin/pb' => '$(INST_MAN1DIR)/pb.$(MAN1EXT)', },
     20    MAN3PODS      => {  'lib/ProjectBuilder/CMS.pm' => '$(INST_MAN3DIR)/ProjectBuilder::CMS.$(MAN3EXT)',
     21                        'lib/ProjectBuilder/Filter.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Filter.$(MAN3EXT)',
     22                        'lib/ProjectBuilder/Changelog.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Changelog.$(MAN3EXT)', },
    2023);
Note: See TracChangeset for help on using the changeset viewer.