summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 2 insertions, 1 deletions
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}'"