Last change
on this file since 1607 was
1607,
checked in by Bruno Cornec, 14 years ago
|
pbinit now deals with man page for mindi
mindi pkg generated with pb
|
-
Property svn:executable set to
*
|
File size:
267 bytes
|
Rev | Line | |
---|
[1607] | 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 | mkdir -p docs/en docs/man |
---|
| 9 | $PBCMSEXP $PBROOT/mondo-doc docs/en |
---|
| 10 | cd docs/en |
---|
| 11 | cp mondo*.8 ../man |
---|
| 12 | # should call filter_file here |
---|
| 13 | make -f Makefile.howto |
---|
Note: See
TracBrowser
for help on using the repository browser.