hgbook

diff contrib/hg-package @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents 605af0a90e3e
children
line diff
     1.1 --- a/contrib/hg-package	Tue Mar 31 11:51:13 2009 +0800
     1.2 +++ b/contrib/hg-package	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -1,9 +1,13 @@
     1.4  #!/bin/sh
     1.5  
     1.6 +#
     1.7 +# Package build results & Upload to i18n-zh
     1.8 +#
     1.9 +
    1.10  build_dir=`dirname "$0"`/../build
    1.11  rev_id=`hg parents --template '{date|shortdate}' | sed 's/-//g'`
    1.12  
    1.13 -for l in en zh; do
    1.14 +for l in en zh it; do
    1.15    (
    1.16    if [ ! -d "${build_dir}/${l}" ] ; then
    1.17      continue