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:
parent
fde7326e6d
commit
419e419852
@ -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}'"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user