changeset 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 e3508d038aee
children 689e217c6c8e
files make-dist
diffstat 1 files changed, 2 insertions(+), 10 deletions(-) [+]
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"