diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-25 22:33:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-25 22:33:06 +0000 |
commit | 7cf45b048e6e184543a616cfad20ce535516ea96 (patch) | |
tree | 9620477eda01eb878f490be2ad518680d8498f66 /make-dist | |
parent | e09d403394b2b79312f60b0f80a898ed8d74658a (diff) | |
download | emacs-7cf45b048e6e184543a616cfad20ce535516ea96.tar.gz |
Update leim/leim-list.el.
Pass along value of $EMACS when updating lisp dir.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/make-dist b/make-dist index f65e4f499f7..af056e4fb40 100755 --- a/make-dist +++ b/make-dist @@ -204,7 +204,11 @@ then 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" |