aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-18 21:41:16 +0000
committerRichard M. Stallman1995-07-18 21:41:16 +0000
commit419e4198521e2898635520303cb693bb55c66002 (patch)
treeddcf6f2a5cf374ef735110bd0692eab976d63bc2
parentfde7326e6db7c2376fb65ef3b8f43ac399421801 (diff)
downloademacs-419e4198521e2898635520303cb693bb55c66002.tar.gz
emacs-419e4198521e2898635520303cb693bb55c66002.zip
Fix update of finder-inf.el, and byte-compile it.
-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."
146echo "Updating finder-inf.el." 146echo "Updating finder-inf.el."
147 147
148### update finder-inf.el. 148### update finder-inf.el.
149(cd src; emacs -batch -l finder -f finder-compile-keywords) 149(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords)
150(cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el)
150 151
151echo "Creating staging directory: \`${tempparent}'" 152echo "Creating staging directory: \`${tempparent}'"
152 153