cvs commit: modperl-docs/src/user/install install.pod

2001-11-22 Thread stas
stas01/11/21 19:46:09

  Modified:src/user/install install.pod
  Log:
  '-e rebuild' reads better than '-erebuild'
  Submitted by: dougm
  
  Revision  ChangesPath
  1.6   +1 -1  modperl-docs/src/user/install/install.pod
  
  Index: install.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/user/install/install.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- install.pod   2001/11/21 04:39:15 1.5
  +++ install.pod   2001/11/22 03:46:09 1.6
  @@ -15,7 +15,7 @@
   chdir to the mod_perl source directory and run:
   
 % cd modperl-2.0
  -  % perl -MApache::Build -erebuild
  +  % perl -MApache::Build -e rebuild
   
   =head1 Installing from Binary Packages
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

2001-11-22 Thread stas
stas01/11/22 07:43:58

  Modified:src/devel/core_explained core_explained.pod
  Log:
  xs_generate is running from Makefile.PL only if MP_GENERATE_XS=1
  
  Revision  ChangesPath
  1.7   +4 -3  modperl-docs/src/devel/core_explained/core_explained.pod
  
  Index: core_explained.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/devel/core_explained/core_explained.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- core_explained.pod2001/11/21 04:39:52 1.6
  +++ core_explained.pod2001/11/22 15:43:58 1.7
  @@ -228,8 +228,8 @@
   converted into Ixs/tables/current/ModPerl/FunctionTable.pm.
   
   If you don't want to do a visual check on how XS code will be
  -generated, just rebuild the project starting with Cperl
  -Makefile.PL. Otherwise run:
  +generated, just rebuild the project starting with Cperl Makefile.PL
  +MP_GENERATE_XS=1. Otherwise run:
   
 % make xs_generate
   
  @@ -239,7 +239,8 @@
   =head2 XS generation process
   
   As mentioned before XS code is generated in the IWrapXS directory
  -either during Cperl Makefile.PL via xs_generate() or explicitly via:
  +either during Cperl Makefile.PL via xs_generate() if
  +CMP_GENERATE_XS=1 is used or explicitly via:
   
 % make xs_generate
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]