|
Last change
on this file since 1796 was 554, checked in by Bruno Cornec, 17 years ago |
- Adapt pbinit to upcoming pb 0.9.4
- Adapt mondorescue.pb to new website delivery syntax
|
-
Property svn:executable
set to
*
|
|
File size:
708 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/perl -w
|
|---|
| 2 | #
|
|---|
| 3 | # Init script for mondo with Project-Builder
|
|---|
| 4 | #
|
|---|
| 5 | use ProjectBuilder::CMS;
|
|---|
| 6 | use ProjectBuilder::Filter;
|
|---|
| 7 | use ProjectBuilder::Env;
|
|---|
| 8 |
|
|---|
| 9 | my %pb;
|
|---|
| 10 | $pb{'pkg'} = "PBPKG";
|
|---|
| 11 | $pb{'ver'} = "PBVER";
|
|---|
| 12 | $pb{'tag'} = "PBTAG";
|
|---|
| 13 | $pb{'rev'} = "PBREV";
|
|---|
| 14 | $pb{'proj'} = "PBPROJ";
|
|---|
| 15 | $pb{'date'} = "PBDATE";
|
|---|
| 16 | $pb{'repo'} = "PBREPO";
|
|---|
| 17 |
|
|---|
| 18 | # Export documentation to generate what is needed
|
|---|
| 19 |
|
|---|
| 20 | # Action needs to be pbinit
|
|---|
| 21 | my ($filteredfiles, $supfiles, $defpkgdir, $extpkgdir) = pb_env_init($pb{'proj'},undef,"pbinit");
|
|---|
| 22 | my ($scheme,$uri) = pb_cms_init(undef);
|
|---|
| 23 |
|
|---|
| 24 | pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/mindi.8",".");
|
|---|
| 25 | # should call filter_file here
|
|---|
| 26 |
|
|---|
| 27 | my $ptr = pb_get_filters($pb{'pkg'});
|
|---|
| 28 | pb_filter_file_inplace($ptr,"mindi.8",\%pb);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.