comparison make-dist @ 15002:0588af7eae96

(MANIFEST): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Apr 1996 06:39:36 +0000
parents c92fad046dd3
children 18e09f76bf0c
comparison
equal deleted inserted replaced
15001:c74ce6421d04 15002:0588af7eae96
155 155
156 src/emacs -batch -f batch-update-autoloads lisp 156 src/emacs -batch -f batch-update-autoloads lisp
157 157
158 echo "Making lisp/MANIFEST" 158 echo "Making lisp/MANIFEST"
159 159
160 (cd lisp; head -1 [^=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) 160 (cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
161 161
162 echo "Creating staging directory: \`${tempparent}'" 162 echo "Creating staging directory: \`${tempparent}'"
163 163
164 mkdir ${tempparent} 164 mkdir ${tempparent}
165 tempdir="${tempparent}/${emacsname}" 165 tempdir="${tempparent}/${emacsname}"