Mercurial > emacs
comparison make-dist @ 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 | b29d903ca993 |
children | 892cc20c7d91 |
comparison
equal
deleted
inserted
replaced
17399:04fc73bb3416 | 17400:55e7f9ff6456 |
---|---|
170 | 170 |
171 (cd man; make info) | 171 (cd man; make info) |
172 | 172 |
173 echo "Updating finder-inf.el" | 173 echo "Updating finder-inf.el" |
174 | 174 |
175 (cd lisp; $EMACS -batch -l finder -f finder-compile-keywords-make-dist) | 175 (cd lisp; make finder-inf.el)) |
176 | 176 |
177 echo "Recompiling Lisp files" | 177 echo "Recompiling Lisp files" |
178 | 178 |
179 $EMACS -batch -f batch-byte-recompile-directory lisp | 179 $EMACS -batch -f batch-byte-recompile-directory lisp |
180 | 180 |
181 echo "Updating autoloads" | 181 echo "Updating autoloads" |
182 | 182 |
183 $EMACS -batch -f batch-update-autoloads lisp | 183 (cd lisp; make autoloads) |
184 | |
185 echo "Updating cus-load.el" | |
186 | |
187 (cd lisp; make cus-load.el) | |
184 fi | 188 fi |
185 | 189 |
186 echo "Making lisp/MANIFEST" | 190 echo "Making lisp/MANIFEST" |
187 | 191 |
188 (cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) | 192 (cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) |