Mercurial > hg > xemacs-beta
diff lib-src/update-autoloads.sh @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | bfd6434d15b3 |
children | eb5470882647 |
line wrap: on
line diff
--- a/lib-src/update-autoloads.sh Mon Aug 13 09:58:32 2007 +0200 +++ b/lib-src/update-autoloads.sh Mon Aug 13 09:59:05 2007 +0200 @@ -45,7 +45,7 @@ REAL=`cd \`dirname $EMACS\` ; pwd | sed 's|^/tmp_mnt||'`/`basename $EMACS` -echo "Rebuilding autoloads/custom-loads in `pwd|sed 's|^/tmp_mnt||'`" +echo "Rebuilding autoloads in `pwd|sed 's|^/tmp_mnt||'`" echo " with $REAL..." if [ "`uname -r | sed 's/\(.\).*/\1/'`" -gt 4 ]; then @@ -61,9 +61,8 @@ fi # Compute patterns to ignore when searching for files -# These directories don't have autoloads and customizations, or are partially -# broken. -ignore_dirs="cl egg eos ilisp its language locale mel mu sunpro term tooltalk" +# These directories don't have autoloads or are partially broken. +ignore_dirs="egg eos ilisp its language locale mel mu sunpro term tooltalk" # Prepare for autoloading directories with directory-specific instructions make_special_commands=''