summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-18 21:41:16 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-18 21:41:16 +0000
commitf02af339d6a55d5859e887990a432ec3915f9cb0 (patch)
tree917d7f0a43b37cc7d66130b764dc26bdd95f8dc2 /make-dist
parent1ba1bb31839c52e2fce869507e5d57f8724f38ab (diff)
downloademacs-f02af339d6a55d5859e887990a432ec3915f9cb0.tar.gz
Fix update of finder-inf.el, and byte-compile it.
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}'"