comparison make-dist @ 14956:3193e54cf56d

(MANIFEST): Don't include lines from =files.
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Apr 1996 03:34:38 +0000
parents da70e30f73b9
children c92fad046dd3
comparison
equal deleted inserted replaced
14955:da70e30f73b9 14956:3193e54cf56d
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}"