Update leim/leim-list.el.
Pass along value of $EMACS when updating lisp dir.
This commit is contained in:
parent
e09d403394
commit
7cf45b048e
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue