From: Richard M. Stallman Date: Tue, 18 Jul 1995 21:41:16 +0000 (+0000) Subject: Fix update of finder-inf.el, and byte-compile it. X-Git-Tag: emacs-19.34~3265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=419e4198521e2898635520303cb693bb55c66002;p=emacs.git Fix update of finder-inf.el, and byte-compile it. --- diff --git a/make-dist b/make-dist index 7352956839b..0b46c1928a9 100755 --- a/make-dist +++ b/make-dist @@ -146,7 +146,8 @@ echo "Updating Info files." echo "Updating finder-inf.el." ### update finder-inf.el. -(cd src; emacs -batch -l finder -f finder-compile-keywords) +(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) +(cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el) echo "Creating staging directory: \`${tempparent}'"