mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
Use the new `updates' target in lisp/Makefile.
This commit is contained in:
parent
f83a4f3519
commit
e888d4496e
1 changed files with 2 additions and 10 deletions
12
make-dist
12
make-dist
|
|
@ -173,21 +173,13 @@ then
|
|||
|
||||
(cd man; make info)
|
||||
|
||||
echo "Updating finder-inf.el"
|
||||
|
||||
(cd lisp; make finder-data)
|
||||
|
||||
echo "Recompiling Lisp files"
|
||||
|
||||
$EMACS -batch -f batch-byte-recompile-directory lisp
|
||||
|
||||
echo "Updating autoloads"
|
||||
echo "Updating finder, custom and autoload data"
|
||||
|
||||
(cd lisp; make autoloads)
|
||||
|
||||
echo "Updating cus-load.el"
|
||||
|
||||
(cd lisp; make custom-deps)
|
||||
(cd lisp; make updates)
|
||||
fi
|
||||
|
||||
echo "Making lisp/MANIFEST"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue