Changeset 1608 in MondoRescue for branches/stable


Ignore:
Timestamp:
Aug 31, 2007, 2:40:23 AM (17 years ago)
Author:
Bruno Cornec
Message:

First successful build of mondo pkg with pb

Location:
branches/stable/pbconf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/pbconf/mindi/pbinit

    r1607 r1608  
    66# Export documentation to generate what is needed
    77
    8 print "Execute: $ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mindi.8 mindi.8\n";
    98system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mindi.8 mindi.8");
    109# should call filter_file here
  • branches/stable/pbconf/mondo/pbinit

    r1607 r1608  
    66# Export documentation to generate what is needed
    77
    8 mkdir -p docs/en docs/man
    9 $PBCMSEXP $PBROOT/mondo-doc docs/en
    10 cd docs/en
    11 cp mondo*.8 ../man
     8system("./bootstrap");
     9mkdir "docs";
     10mkdir "docs/en";
     11mkdir "docs/man";
     12system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mondoarchive.8 docs/man/mondoarchive.8");
     13system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mondorestore.8 docs/man/mondorestore.8");
     14system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/images docs/en/images");
     15system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/fdl.sgml docs/en/fdl.sgml");
     16system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mondorescue-howto.sgml docs/en/mondorescue-howto.sgml");
     17system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/mondorescue-howto.dsl docs/en/mondorescue-howto.dsl");
     18system("$ENV{'PBCMSEXP'} $ENV{'PBROOT'}/mondo-doc/Makefile.howto docs/en/Makefile.howto");
    1219# should call filter_file here
    13 make -f Makefile.howto
     20chdir "docs/en";
     21system("make -f Makefile.howto mondorescue-howto.pdf mondorescue-howto.html");
Note: See TracChangeset for help on using the changeset viewer.