Mercurial > hg > xemacs-beta
view lib-src/update-autoloads.sh @ 6:27bc7f280385 r19-15b4
Import from CVS: tag r19-15b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:15 +0200 |
parents | ac2d302a0011 |
children | bcdc7deadc19 |
line wrap: on
line source
#!/bin/sh ### update-autoloads.sh --- update loaddefs.el as necessary set -eu # This means we're running in a Sun workspace if [ -d ../era-specific ]; then cd ../editor fi # get to the right directory if [ ! -d ./lisp ]; then if [ -d ../lisp ]; then cd .. else echo $0: neither ./lisp/ nor ../lisp/ exist exit 1 fi fi EMACS=./src/xemacs echo " (using $EMACS)" export EMACS REAL=`cd \`dirname $EMACS\` ; pwd | sed 's|^/tmp_mnt||'`/`basename $EMACS` echo "Recompiling in `pwd|sed 's|^/tmp_mnt||'`" echo " with $REAL..." $EMACS -batch -q -f batch-update-autoloads \ `ls lisp | egrep -v \ "COPYING|README|SCCS|egg|eterm|its|mule|paths.el|quail|version.el|vms" \ | xargs -i echo lisp/\{\}`