source: MondoRescue/branches/2.2.5/pbconf/mindi/pbinit@ 1620

Last change on this file since 1620 was 1620, checked in by Bruno Cornec, 17 years ago

mondo and mindi seems ok with pb up to local pkg

  • Property svn:executable set to *
File size: 308 bytes
Line 
1#!/usr/bin/perl -w
2#
3# Init script for mondo with Project-Builder
4#
5use ProjectBuilder::Base qw (pb_cms_export);
6
7# Export documentation to generate what is needed
8
9my $cms = pb_cms_init($ENV{'PBPROJ'},undef);
10
11pb_cms_export($cms,undef,"$ENV{'PBROOT'}/mondo-doc/mindi.8",".");
12# should call filter_file here
Note: See TracBrowser for help on using the repository browser.