aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
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)
208fi 212fi
209 213
210echo "Making lisp/MANIFEST" 214echo "Making lisp/MANIFEST"