Mercurial > emacs
comparison make-dist @ 14670:f41775f4f5c6
(finder-inf.el): Use finder-compile-keywords-make-dist.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Feb 1996 23:00:13 +0000 |
parents | 05f4d693bbbf |
children | da70e30f73b9 |
comparison
equal
deleted
inserted
replaced
14669:6feeb4e59815 | 14670:f41775f4f5c6 |
---|---|
143 | 143 |
144 (cd man; make info) | 144 (cd man; make info) |
145 | 145 |
146 echo "Updating finder-inf.el" | 146 echo "Updating finder-inf.el" |
147 | 147 |
148 (cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) | 148 (cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords-make-dist) |
149 | 149 |
150 echo "Recompiling Lisp files" | 150 echo "Recompiling Lisp files" |
151 | 151 |
152 src/emacs -batch -f batch-byte-recompile-directory lisp | 152 src/emacs -batch -f batch-byte-recompile-directory lisp |
153 | 153 |