1
Fork 0
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:
Richard M. Stallman 1997-05-12 00:53:45 +00:00
parent f83a4f3519
commit e888d4496e

View file

@ -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"