1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Create lisp/MANIFEST.

This commit is contained in:
Karl Heuer 1995-11-02 23:26:19 +00:00
parent 483a5ec09e
commit f07eebe05f

View File

@ -149,6 +149,10 @@ echo "Updating finder-inf.el."
(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords)
(cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el)
echo "Making lisp/MANIFEST"
(cd lisp; head -1 *.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
echo "Creating staging directory: \`${tempparent}'"
mkdir ${tempparent}