From: Richard M. Stallman Date: Fri, 11 Apr 1997 19:41:28 +0000 (+0000) Subject: Use Make to update finder-inf.el and autoloads. X-Git-Tag: emacs-20.1~2545 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f23c69269fa69eb92a567ef7dc458e6e5916473;p=emacs.git Use Make to update finder-inf.el and autoloads. Also update cus-load.el. --- diff --git a/make-dist b/make-dist index 37e1ac7702c..d219fb58ce5 100755 --- a/make-dist +++ b/make-dist @@ -172,7 +172,7 @@ then 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 @@ then 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"