]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix update of finder-inf.el, and byte-compile it.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 21:41:16 +0000 (21:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 21:41:16 +0000 (21:41 +0000)
make-dist

index 7352956839bbdf72ca5bdbab0dd4fcdd0cb0e237..0b46c1928a971385689ba6f7267b939fe723fc32 100755 (executable)
--- 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}'"