summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-25 22:33:06 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-25 22:33:06 +0000
commit9265c32afb5aa53d4a3fe98c45678495a4e754c3 (patch)
treebf2ef5e738b1c54222771575d1cdc09c7d0d1e9a
parentc1aea369fab912193f3c597e8cf1b9cad51bf445 (diff)
downloademacs-9265c32afb5aa53d4a3fe98c45678495a4e754c3.tar.gz
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
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"