Update of /cvsroot/leaf/sourceforge/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11542

Modified Files:
        doc-build.sh 
Log Message:
lockfile changes per Charles Steinkuehler

Index: doc-build.sh
===================================================================
RCS file: /cvsroot/leaf/sourceforge/admin/doc-build.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** doc-build.sh        29 Mar 2006 22:37:47 -0000      1.7
--- doc-build.sh        29 Mar 2006 23:58:38 -0000      1.8
***************
*** 19,22 ****
--- 19,23 ----
  # NOTES: XML
  #   olink database
+ #   xhtml validation
  
  
***************
*** 48,52 ****
      echo "ERROR # ${1} : ${2}"
      cleanup
-     rm -f ~/$LOCKFILE
      exit ${1}
    fi
--- 49,52 ----
***************
*** 54,58 ****
  
  create_lockfile () {
!   lockfile -r 0 $LOCKFILE
    check_errors $? "Lockfile creation failed."
    echo "Got lock file: $LOCKFILE"
--- 54,58 ----
  
  create_lockfile () {
!   lockfile -r 0 -l 72000 $LOCKFILE
    check_errors $? "Lockfile creation failed."
    echo "Got lock file: $LOCKFILE"
***************
*** 64,67 ****
--- 64,69 ----
    check_errors $? "CVS export error."
    ln -s "$DB_XSL"/images doc/docbook/images
+   echo "Options +Indexes
+ AddType 'text/html; charset=UTF-8' html" > doc/.htaccess
  }
  
***************
*** 113,115 ****
  build_doc
  
! rm -f ~/$LOCKFILE
\ No newline at end of file
--- 115,117 ----
  build_doc
  
! rm -f ~/$LOCKFILE



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to