comparison make-dist @ 12594:1d30a1c68e44

Fix update of finder-inf.el, and byte-compile it.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 1995 21:41:16 +0000
parents 543e6df4f753
children 5a333a8e0ee1
comparison
equal deleted inserted replaced
12593:e961f9a213a7 12594:1d30a1c68e44
144 (cd man; make info) 144 (cd man; make info)
145 145
146 echo "Updating finder-inf.el." 146 echo "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
151 echo "Creating staging directory: \`${tempparent}'" 152 echo "Creating staging directory: \`${tempparent}'"
152 153
153 mkdir ${tempparent} 154 mkdir ${tempparent}
154 tempdir="${tempparent}/${emacsname}" 155 tempdir="${tempparent}/${emacsname}"