Mercurial > emacs
diff make-dist @ 12594:1d30a1c68e44
Fix update of finder-inf.el, and byte-compile it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Jul 1995 21:41:16 +0000 |
parents | 543e6df4f753 |
children | 5a333a8e0ee1 |
line wrap: on
line diff
--- a/make-dist Tue Jul 18 21:37:32 1995 +0000 +++ b/make-dist Tue Jul 18 21:41:16 1995 +0000 @@ -146,7 +146,8 @@ echo "Updating finder-inf.el." ### update finder-inf.el. -(cd src; emacs -batch -l finder -f finder-compile-keywords) +(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) +(cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el) echo "Creating staging directory: \`${tempparent}'"