# HG changeset patch # User Richard M. Stallman <rms@gnu.org> # Date 860787688 0 # Node ID 55e7f9ff645674fe1da3adc440cb31ebd6c439e0 # Parent 04fc73bb3416e57f86b5fd905e078b62def04837 Use Make to update finder-inf.el and autoloads. Also update cus-load.el. diff -r 04fc73bb3416 -r 55e7f9ff6456 make-dist --- a/make-dist Fri Apr 11 19:40:29 1997 +0000 +++ b/make-dist Fri Apr 11 19:41:28 1997 +0000 @@ -172,7 +172,7 @@ echo "Updating finder-inf.el" - (cd lisp; $EMACS -batch -l finder -f finder-compile-keywords-make-dist) + (cd lisp; make finder-inf.el)) echo "Recompiling Lisp files" @@ -180,7 +180,11 @@ echo "Updating autoloads" - $EMACS -batch -f batch-update-autoloads lisp + (cd lisp; make autoloads) + + echo "Updating cus-load.el" + + (cd lisp; make cus-load.el) fi echo "Making lisp/MANIFEST"