You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2003/05/28 07:11:31 UTC

cvs commit: httpd-dist/tools release.sh

jerenkrantz    2003/05/27 22:11:31

  Modified:    tools    release.sh
  Log:
  The docs horde removed expand.pl.  Yay for them!  Boo for us as it aborted the
  roll when it didn't find it.
  
  Revision  Changes    Path
  1.4       +2 -0      httpd-dist/tools/release.sh
  
  Index: release.sh
  ===================================================================
  RCS file: /home/cvs/httpd-dist/tools/release.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- release.sh	21 Jan 2003 00:26:33 -0000	1.3
  +++ release.sh	28 May 2003 05:11:31 -0000	1.4
  @@ -162,10 +162,12 @@
   echo $split
   echo ""
   echo "Making sure people can read the manual (expanding SSI's)"
  +if [ -f ${dirname}/docs/manual/expand.pl ]; then
   ( cd ${dirname}/docs/manual &&
     chmod +x expand.pl &&
     ./expand.pl &&
     rm ./expand.pl ) || exit 1
  +fi
   
   echo $split
   echo ""