Last change
on this file was
1619,
checked in by Bruno Cornec, 13 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 | # |
---|
5 | use ProjectBuilder::Base qw (pb_cms_export); |
---|
6 | |
---|
7 | # Export documentation to generate what is needed |
---|
8 | |
---|
9 | my $cms = pb_cms_init($ENV{'PBPROJ'},undef); |
---|
10 | |
---|
11 | pb_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.