1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix update of finder-inf.el, and byte-compile it.

This commit is contained in:
Richard M. Stallman 1995-07-18 21:41:16 +00:00
parent fde7326e6d
commit 419e419852

View File

@ -146,7 +146,8 @@ echo "Updating Info files."
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}'"