Changeset 1899 in ProjectBuilder


Ignore:
Timestamp:
Sep 30, 2014, 10:08:01 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Adapt Makefile.PL to build pbgetparam now
File:
1 edited

Legend:

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

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