aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-25 22:33:06 +0000
committerRichard M. Stallman1997-07-25 22:33:06 +0000
commit7cf45b048e6e184543a616cfad20ce535516ea96 (patch)
tree9620477eda01eb878f490be2ad518680d8498f66
parente09d403394b2b79312f60b0f80a898ed8d74658a (diff)
downloademacs-7cf45b048e6e184543a616cfad20ce535516ea96.tar.gz
emacs-7cf45b048e6e184543a616cfad20ce535516ea96.zip
Update leim/leim-list.el.
Pass along value of $EMACS when updating lisp dir.
-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"