Changeset 558


Ignore:
Timestamp:
09/25/08 03:10:33 (5 years ago)
Author:
bruno
Message:

Fix pbinit for website of Mondo in order to generate the whole stuff we need

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/2.2.7/website/pbinit

    r556 r558  
    1111use File::Basename; 
    1212 
    13 system("./bootstrap"); 
    1413pb_mkdir_p("docs"); 
    1514my %pb; 
     
    3332pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/mondorescue-howto.dsl","docs"); 
    3433pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/Makefile.howto","docs"); 
     34pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/Makefile.man","docs"); 
    3535pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/mindi.8","docs"); 
    3636 
     
    4848    $content =~ s~/man8/~/docs/~g; 
    4949    $content =~ s~<A HREF[=./A-z0-9"]*/man1/[^<]*>([A-z0-9]*)</A>~$1~g; 
    50     $content =~ s~/index.html~/index.shtml~ 
     50    $content =~ s~/index.html~/index.shtml~g; 
    5151    pb_set_content($f,$content); 
    5252    } 
Note: See TracChangeset for help on using the changeset viewer.