diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-12 00:53:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-12 00:53:45 +0000 |
commit | d57c1c566a17bd1f1b432eda81c7a0f0c94fa9c9 (patch) | |
tree | 69d9866bbfac2218e9fde4fc5b9bf734cd63363e /make-dist | |
parent | aa15c943ba4d6772275cae2260c64bc90e617724 (diff) | |
download | emacs-d57c1c566a17bd1f1b432eda81c7a0f0c94fa9c9.tar.gz |
Use the new `updates' target in lisp/Makefile.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 12 |
1 files changed, 2 insertions, 10 deletions
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" |