Changeset 558 in ProjectBuilder for projects/mondorescue/pbconf
- Timestamp:
- Sep 25, 2008, 3:10:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/2.2.7/website/pbinit
r556 r558 11 11 use File::Basename; 12 12 13 system("./bootstrap");14 13 pb_mkdir_p("docs"); 15 14 my %pb; … … 33 32 pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/mondorescue-howto.dsl","docs"); 34 33 pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/Makefile.howto","docs"); 34 pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/Makefile.man","docs"); 35 35 pb_cms_export($uri,"$ENV{'PBDIR'}/mondo-doc/mindi.8","docs"); 36 36 … … 48 48 $content =~ s~/man8/~/docs/~g; 49 49 $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; 51 51 pb_set_content($f,$content); 52 52 }
Note:
See TracChangeset
for help on using the changeset viewer.