Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/make-dist Fri Jul 25 22:21:49 1997 +0000 +++ b/make-dist Fri Jul 25 22:33:06 1997 +0000 @@ -204,7 +204,11 @@ echo "Updating finder, custom and autoload data" - (cd lisp; make updates) + (cd lisp; make updates EMACS=$EMACS) + + echo "Updating leim-list.el" + + (cd leim; make leim-list.el EMACS=$EMACS) fi echo "Making lisp/MANIFEST"