From: Richard M. Stallman Date: Mon, 12 May 1997 00:53:45 +0000 (+0000) Subject: Use the new `updates' target in lisp/Makefile. X-Git-Tag: emacs-20.1~2198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e888d4496e285281f95f3c8451117e6dd2d85bc2;p=emacs.git Use the new `updates' target in lisp/Makefile. --- diff --git a/make-dist b/make-dist index 76654d2f2e3..6b924b1f6b0 100755 --- a/make-dist +++ b/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" - - (cd lisp; make autoloads) - - echo "Updating cus-load.el" + echo "Updating finder, custom and autoload data" - (cd lisp; make custom-deps) + (cd lisp; make updates) fi echo "Making lisp/MANIFEST"