|
Last change
on this file since 1938 was 1620, checked in by Bruno Cornec, 18 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 | #
|
|---|
| [1620] | 5 | use ProjectBuilder::Base qw (pb_cms_export);
|
|---|
| [1607] | 6 |
|
|---|
| 7 | # Export documentation to generate what is needed
|
|---|
| 8 |
|
|---|
| [1620] | 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.