Mercurial > emacs
diff make-dist @ 17747:b8a3deb464b9
Use the new `updates' target in lisp/Makefile.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 May 1997 00:53:45 +0000 |
parents | 09cdafe1339f |
children | 0696d4c9aa15 |
line wrap: on
line diff
--- a/make-dist Mon May 12 00:51:53 1997 +0000 +++ b/make-dist Mon May 12 00:53:45 1997 +0000 @@ -173,21 +173,13 @@ (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" - - (cd lisp; make autoloads) + echo "Updating finder, custom and autoload data" - echo "Updating cus-load.el" - - (cd lisp; make custom-deps) + (cd lisp; make updates) fi echo "Making lisp/MANIFEST"