]> code.delx.au - gnu-emacs/commitdiff
Update leim/leim-list.el.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 22:33:06 +0000 (22:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 22:33:06 +0000 (22:33 +0000)
Pass along value of $EMACS when updating lisp dir.

make-dist

index f65e4f499f781dee0357f2b441680dc2c3d59a2d..af056e4fb403ef728d37fce64bd4e406b1a5e557 100755 (executable)
--- 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"