From 419e4198521e2898635520303cb693bb55c66002 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Jul 1995 21:41:16 +0000 Subject: [PATCH] Fix update of finder-inf.el, and byte-compile it. --- make-dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}'" -- 2.39.2