]> git.eshelyaron.com Git - emacs.git/commitdiff
Use the new `updates' target in lisp/Makefile.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 00:53:45 +0000 (00:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 00:53:45 +0000 (00:53 +0000)
make-dist

index 76654d2f2e3b5b85bd8bde5cb410a67fadb5b35e..6b924b1f6b03afed93b698ea1040b22886f081b2 100755 (executable)
--- 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"