Changeset 1694 in ProjectBuilder for devel/pb-modules/Makefile.PL


Ignore:
Timestamp:
Feb 26, 2013, 6:37:21 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • pbdistrogetparam now works, is built & delivered, and has a new -a (all) option
  • New function pb_conf_get_all to return the list of all parameters, also now used by pb_conf_print
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/Makefile.PL

    r1528 r1694  
    2020    #ABSTRACT_FROM => 'bin/pb',   # retrieve abstract from module
    2121    AUTHOR        => 'Bruno Cornec <bruno#project-builder.org>',
    22     EXE_FILES     => [ qw( bin/pbdistrocheck ) ],
    23     MAN1PODS      => { 'bin/pbdistrocheck' => '$(INST_MAN1DIR)/pbdistrocheck.$(MAN1EXT)', },
     22    EXE_FILES     => [ qw(bin/pbdistrocheck bin/pbdistrogetparam) ],
     23    MAN1PODS      => {
     24                        'bin/pbdistrocheck' => '$(INST_MAN1DIR)/pbdistrocheck.$(MAN1EXT)',
     25                        'bin/pbdistrogetparam' => '$(INST_MAN1DIR)/pbdistrogetparam.$(MAN1EXT)',
     26                    },
    2427#   MAN3PODS      => {  'lib/ProjectBuilder/Distribution.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Distribution.$(MAN3EXT)',
    2528                        #'lib/ProjectBuilder/Conf.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Conf.$(MAN3EXT)',
Note: See TracChangeset for help on using the changeset viewer.