comparison make-dist @ 13382:d05d5a169faa

Create lisp/MANIFEST.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Nov 1995 23:26:19 +0000
parents 5a333a8e0ee1
children 94c647f0c13b
comparison
equal deleted inserted replaced
13381:0cbe99851fab 13382:d05d5a169faa
147 147
148 ### update finder-inf.el. 148 ### update finder-inf.el.
149 (cd lisp; ../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 (cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el)
151 151
152 echo "Making lisp/MANIFEST"
153
154 (cd lisp; head -1 *.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
155
152 echo "Creating staging directory: \`${tempparent}'" 156 echo "Creating staging directory: \`${tempparent}'"
153 157
154 mkdir ${tempparent} 158 mkdir ${tempparent}
155 tempdir="${tempparent}/${emacsname}" 159 tempdir="${tempparent}/${emacsname}"
156 160