mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 15:11:30 -08:00
Create lisp/MANIFEST.
This commit is contained in:
parent
483a5ec09e
commit
f07eebe05f
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue