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 mo...@apache.org on 2002/11/08 09:12:10 UTC

cvs commit: modperl-docs/bin makeindex

moseley     2002/11/08 00:12:10

  Modified:    bin      makeindex
  Log:
  Comment -E switch.
  
  Revision  Changes    Path
  1.11      +6 -1      modperl-docs/bin/makeindex
  
  Index: makeindex
  ===================================================================
  RCS file: /home/cvs/modperl-docs/bin/makeindex,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- makeindex	21 Oct 2002 19:47:00 -0000	1.10
  +++ makeindex	8 Nov 2002 08:12:10 -0000	1.11
  @@ -6,6 +6,9 @@
   #  -v 2 list docs processed
   #  -v 3 more detail
   #
  +# run with -E to make swish send warnings and errors to stderr.
  +# *Note: not implemented in this script at this time requires swish-e 2.2.1.
  +#
   # You can also enable debugging for the spider (that fetches the docs for Swish).
   # For example:
   #  SPIDER_DEBUG=url ../../bin/makeindex -v2
  @@ -17,7 +20,9 @@
   
   my %opts;
   use Getopt::Std;
  -getopt('vE', \%opts);
  +
  +#getopt('vE', \%opts);
  +getopt('v', \%opts);
   
   
   # does the indexing process
  
  
  

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