jfclere     2005/07/01 05:41:25

  Modified:    jk/tools jkrelease.sh
  Log:
  Also checks for Elinks.
  
  Revision  Changes    Path
  1.9       +5 -1      jakarta-tomcat-connectors/jk/tools/jkrelease.sh
  
  Index: jkrelease.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/tools/jkrelease.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jkrelease.sh      1 Jul 2005 10:07:27 -0000       1.8
  +++ jkrelease.sh      1 Jul 2005 12:41:25 -0000       1.9
  @@ -49,8 +49,9 @@
   # Check for links or w3m
   W3MOPTS="-dump -cols 80 -t 4 -S -O iso-8859-1 -T text/html"
   LNKOPTS="-dump"
  +ELNKOPTS="--dump --no-numbering --no-home"
   failed=true
  -for tool in `echo "w3m links"`
  +for tool in `echo "w3m elinks links"`
   do
     echo "tool: ${tool}"
     found=false
  @@ -73,6 +74,9 @@
         links)
           TOOL="links $LNKOPTS"
           ;;
  +      elinks)
  +        TOOL="elinks $ELNKOPTS"
  +        ;;
       esac
       rm -f BUILDING
       (cd ../native; ${TOOL} ../build/docs/install/printer/apache1.html 
2>/dev/null ) > BUILDING
  
  
  

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

Reply via email to