summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist6
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"