comparison make-dist @ 18992:f0453e066438

Update leim/leim-list.el. Pass along value of $EMACS when updating lisp dir.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Jul 1997 22:33:06 +0000
parents 13688b320903
children 2cf5e8809c8e
comparison
equal deleted inserted replaced
18991:2cf48aa123b8 18992:f0453e066438
202 202
203 $EMACS -batch -f batch-byte-recompile-directory lisp 203 $EMACS -batch -f batch-byte-recompile-directory lisp
204 204
205 echo "Updating finder, custom and autoload data" 205 echo "Updating finder, custom and autoload data"
206 206
207 (cd lisp; make updates) 207 (cd lisp; make updates EMACS=$EMACS)
208
209 echo "Updating leim-list.el"
210
211 (cd leim; make leim-list.el EMACS=$EMACS)
208 fi 212 fi
209 213
210 echo "Making lisp/MANIFEST" 214 echo "Making lisp/MANIFEST"
211 215
212 (cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) 216 (cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)