Changeset 1619 in MondoRescue for branches/stable/pbconf/mindi/pbinit


Ignore:
Timestamp:
Sep 7, 2007, 2:55:58 AM (17 years ago)
Author:
Bruno Cornec
Message:

mondo and mindi seems ok with pb up to local pkg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/pbconf/mindi/pbinit

    r1608 r1619  
    33# Init script for mondo with Project-Builder
    44#
     5use ProjectBuilder::Base qw (pb_cms_export);
    56
    67# Export documentation to generate what is needed
    78
    8 system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mindi.8 mindi.8");
     9my $cms = pb_cms_init($ENV{'PBPROJ'},undef);
     10
     11pb_cms_export($cms,undef,"$ENV{'PBROOT'}/mondo-doc/mindi.8",".");
    912# should call filter_file here
Note: See TracChangeset for help on using the changeset viewer.