source: MondoRescue/branches/stable/pbconf/mindi/pbinit@ 1607

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

pbinit now deals with man page for mindi
mindi pkg generated with pb

  • Property svn:executable set to *
File size: 298 bytes
Line 
1#!/usr/bin/perl -w
2#
3# Init script for mondo with Project-Builder
4#
5
6# Export documentation to generate what is needed
7
8print "Execute: $ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mindi.8 mindi.8\n";
9system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mindi.8 mindi.8");
10# should call filter_file here
Note: See TracBrowser for help on using the repository browser.