You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/07/12 09:52:30 UTC

cvs commit: modperl-docs/bin makeindex

stas        2002/07/12 00:52:30

  Modified:    bin      makeindex
  Log:
  point the indexer to the /
  
  Revision  Changes    Path
  1.9       +1 -1      modperl-docs/bin/makeindex
  
  Index: makeindex
  ===================================================================
  RCS file: /home/cvs/modperl-docs/bin/makeindex,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- makeindex	18 Jun 2002 02:50:41 -0000	1.8
  +++ makeindex	12 Jul 2002 07:52:30 -0000	1.9
  @@ -26,7 +26,7 @@
       my $hostname = Sys::Hostname::hostname();
   
       if ($hostname && $hostname eq 'daedalus.apache.org') {
  -        $ENV{MODPERL_SITE} = "http://perl.apache.org/release/";
  +        $ENV{MODPERL_SITE} = "http://perl.apache.org/";
           $ENV{SWISH_BINARY_PATH} = "/home/perlwww/bin/swish-e";
   
   #        unshift @INC,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org