Mercurial > emacs
changeset 17400:55e7f9ff6456
Use Make to update finder-inf.el and autoloads.
Also update cus-load.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 11 Apr 1997 19:41:28 +0000 |
parents | 04fc73bb3416 |
children | 83ce353473ec |
files | make-dist |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"