cvsuser     03/07/04 06:59:24

  Modified:    config/gen/makefiles docs.in
  Log:
  I was a little hasty with the previous patch, sorry. I blame perldoc's
  man page for not sorting options alphabetically.
  
  I've reverted -U back to -u.
  
  We'll need to check the perldoc version and if it's a recent one with
  the annoying "Superuser must not run /usr/bin/perldoc without security
  audit and taint checks." message then run it with -U as well as -u.
  
  Apologies, Leon
  
  Revision  Changes    Path
  1.3       +4 -4      parrot/config/gen/makefiles/docs.in
  
  Index: docs.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/docs.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- docs.in   3 Jul 2003 16:54:47 -0000       1.2
  +++ docs.in   4 Jul 2003 13:59:24 -0000       1.3
  @@ -4,17 +4,17 @@
   all: packfile-c.pod packfile-perl.pod core_ops.pod io_ops.pod
   
   packfile-c.pod: ../packfile.c
  -     perldoc -U ../packfile.c > packfile-c.pod
  +     perldoc -u ../packfile.c > packfile-c.pod
   
   packfile-perl.pod: ../lib/Parrot/PackFile.pm
  -     perldoc -U ../lib/Parrot/PackFile.pm > packfile-perl.pod
  +     perldoc -u ../lib/Parrot/PackFile.pm > packfile-perl.pod
   
   core_ops.pod: ../core.ops
  -     perldoc -U ../core.ops > core_ops.pod
  +     perldoc -u ../core.ops > core_ops.pod
   
   
   io_ops.pod: ../io.ops
  -     perldoc -U ../io.ops > io_ops.pod
  +     perldoc -u ../io.ops > io_ops.pod
    
   
   clean:
  
  
  

Reply via email to