Last change
on this file since 1607 was
1607,
checked in by Bruno Cornec, 13 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 | |
---|
8 | print "Execute: $ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mindi.8 mindi.8\n"; |
---|
9 | system("$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.