Use Make to update finder-inf.el and autoloads.
Also update cus-load.el.
This commit is contained in:
parent
009368b966
commit
4f23c69269
1 changed files with 6 additions and 2 deletions
|
@ -172,7 +172,7 @@ then
|
|||
|
||||
echo "Updating finder-inf.el"
|
||||
|
||||
(cd lisp; $EMACS -batch -l finder -f finder-compile-keywords-make-dist)
|
||||
(cd lisp; make finder-inf.el))
|
||||
|
||||
echo "Recompiling Lisp files"
|
||||
|
||||
|
@ -180,7 +180,11 @@ then
|
|||
|
||||
echo "Updating autoloads"
|
||||
|
||||
$EMACS -batch -f batch-update-autoloads lisp
|
||||
(cd lisp; make autoloads)
|
||||
|
||||
echo "Updating cus-load.el"
|
||||
|
||||
(cd lisp; make cus-load.el)
|
||||
fi
|
||||
|
||||
echo "Making lisp/MANIFEST"
|
||||
|
|
Loading…
Add table
Reference in a new issue