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:
parent
483a5ec09e
commit
f07eebe05f
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user