Last change
on this file since 1619 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
|
Rev | Line | |
---|
[1607] | 1 | #!/usr/bin/perl -w |
---|
| 2 | # |
---|
| 3 | # Init script for mondo with Project-Builder |
---|
| 4 | # |
---|
[1619] | 5 | use ProjectBuilder::Base qw (pb_cms_export); |
---|
[1607] | 6 | |
---|
| 7 | # Export documentation to generate what is needed |
---|
| 8 | |
---|
[1619] | 9 | my $cms = pb_cms_init($ENV{'PBPROJ'},undef); |
---|
| 10 | |
---|
| 11 | pb_cms_export($cms,undef,"$ENV{'PBROOT'}/mondo-doc/mindi.8","."); |
---|
[1607] | 12 | # should call filter_file here |
---|
Note: See
TracBrowser
for help on using the repository browser.